#5A0912

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

Shades of Pohutukawa #5A0912

Tints of Pohutukawa #5A0912

Color information

#5A0912 (or 0x5A0912) is unknown color: approx Pohutukawa. HEX triplet: 5A, 09 and 12. RGB value is (90,9,18). Sum of RGB (Red+Green+Blue) = 90+9+18=117 (15% of max value = 765). Red value is 90 (35.55% from 255 or 76.92% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0912 is #A5F6ED. Grayscale: #222222. Windows color (decimal): -10876654 or 1182042. OLE color: 1182042.

HSL color Cylindrical-coordinate representation of color #5A0912: hue angle of 353.33º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0912 is Cyan = 0, Magento = 0.9, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB90918-
CMYK00.90.800.65
HSL353.33º81.82%19.41%-
HSV(B)353.33º90%35.29%-
XYZ4.422.410.8-
YUV34.24118.84167.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 76.92%
GREEN value IS 9 (3.91% from 255) = 7.69%
BLUE value IS 18 (7.42% from 255) = 15.38%
R=76.92%
G=7.69%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.80
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9091800.90.800.65353.3381.8219.41
Hex5A91205A50411615213
Octal1321122013212010154112223
Binary10110101001100100101101010100001000001101100001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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