#601218

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

Shades of Pohutukawa #601218

Tints of Pohutukawa #601218

Color information

#601218 (or 0x601218) is unknown color: approx Pohutukawa. HEX triplet: 60, 12 and 18. RGB value is (96,18,24). Sum of RGB (Red+Green+Blue) = 96+18+24=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #601218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601218 is #9FEDE7. Grayscale: #2A2A2A. Windows color (decimal): -10481128 or 1577568. OLE color: 1577568.

HSL color Cylindrical-coordinate representation of color #601218: hue angle of 355.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601218 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB961824-
CMYK00.810.750.62
HSL355.38º68.42%22.35%-
HSV(B)355.38º81.25%37.65%-
XYZ5.212.991.17-
YUV42.01117.84166.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.57%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 24 (9.77% from 255) = 17.39%
R=69.57%
G=13.04%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96182400.810.750.62355.3868.4222.35
Hex6012180514B3E1634416
Octal140223001211137654310426
Binary11000001001011000010100011001011111110101100011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601218; }

 p { color: rgb(96,18,24); }

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

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

 a { background-color: rgb(96,18,24); }

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

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

 span { border-color: rgb(96,18,24); }

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