#5B0314

Color #5B0314 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5B0314

Tints of Pohutukawa #5B0314

Color information

#5B0314 (or 0x5B0314) is unknown color: approx Pohutukawa. HEX triplet: 5B, 03 and 14. RGB value is (91,3,20). Sum of RGB (Red+Green+Blue) = 91+3+20=114 (15% of max value = 765). Red value is 91 (35.94% from 255 or 79.82% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 20 (8.20% from 255 or 17.54% from 114); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0314 is #A4FCEB. Grayscale: #1F1F1F. Windows color (decimal): -10812652 or 1311579. OLE color: 1311579.

HSL color Cylindrical-coordinate representation of color #5B0314: hue angle of 348.41º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0314 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB91320-
CMYK00.970.780.64
HSL348.41º93.62%18.43%-
HSV(B)348.41º96.7%35.69%-
XYZ4.472.340.88-
YUV31.25121.65170.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 79.82%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 20 (8.20% from 255) = 17.54%
R=79.82%
G=2.63%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9132000.970.780.64348.4193.6218.43
Hex5B3140614E4015c5e12
Octal133324014111610053413622
Binary101101111101000110000110011101000000101011100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B0314; }

 p { color: rgb(91,3,20); }

 H1.HeaderClassName
 {
   color: #5B0314;
 }
 .AnyTagClassName
 {
   color: #5B0314;
 }
</style>
background-color css

<style>
 a { background-color: #5B0314; }

 a { background-color: rgb(91,3,20); }

 div.DivClassName
 {
   background-color: #5B0314;
 }
 .BgClassName
 {
   background-color: #5B0314;
 }
</style>
border-color css

<style>
 span { border-color: #5B0314; }

 span { border-color: rgb(91,3,20); }

 td.TdClassName
 {
   border-color: #5B0314;
 }
 .TagClassName
 {
   border-color: #5B0314;
 }
</style>