#600218

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

Shades of Pohutukawa #600218

Tints of Pohutukawa #600218

Color information

#600218 (or 0x600218) is unknown color: approx Pohutukawa. HEX triplet: 60, 02 and 18. RGB value is (96,2,24). Sum of RGB (Red+Green+Blue) = 96+2+24=122 (16% of max value = 765). Red value is 96 (37.89% from 255 or 78.69% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 96 - color contains mainly: red. Hex color #600218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600218 is #9FFDE7. Grayscale: #202020. Windows color (decimal): -10485224 or 1573472. OLE color: 1573472.

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

Color convert

RGB96224-
CMYK00.980.750.62
HSL345.96º95.92%19.22%-
HSV(B)345.96º97.92%37.65%-
XYZ5.012.61.1-
YUV32.61123.14173.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 78.69%
GREEN value IS 2 (1.17% from 255) = 1.64%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=78.69%
G=1.64%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9622400.980.750.62345.9695.9219.22
Hex602180624B3E15a6013
Octal14023001421137653214023
Binary11000001011000011000101001011111110101011010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600218; }

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

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

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

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

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

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

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

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