#5B0912

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

Shades of Pohutukawa #5B0912

Tints of Pohutukawa #5B0912

Color information

#5B0912 (or 0x5B0912) is unknown color: approx Pohutukawa. HEX triplet: 5B, 09 and 12. RGB value is (91,9,18). Sum of RGB (Red+Green+Blue) = 91+9+18=118 (15% of max value = 765). Red value is 91 (35.94% from 255 or 77.12% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0912 is #A4F6ED. Grayscale: #222222. Windows color (decimal): -10811118 or 1182043. OLE color: 1182043.

HSL color Cylindrical-coordinate representation of color #5B0912: hue angle of 353.41º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B0912 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB91918-
CMYK00.900.800.64
HSL353.41º82%19.61%-
HSV(B)353.41º90.11%35.69%-
XYZ4.522.460.81-
YUV34.54118.67168.27-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 77.12%
GREEN value IS 9 (3.91% from 255) = 7.63%
BLUE value IS 18 (7.42% from 255) = 15.25%
R=77.12%
G=7.63%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9191800.900.800.64353.418219.61
Hex5B91205A50401615214
Octal1331122013212010054112224
Binary10110111001100100101101010100001000000101100001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,9,18); }

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

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

 a { background-color: rgb(91,9,18); }

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

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

 span { border-color: rgb(91,9,18); }

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