Html Css Color HEX #600218 Pohutukawa

📋 copy color: '#600218'

red 96 ◦ green 2 ◦ blue 24

#600218
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #600218

Tints of Pohutukawa #600218

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 value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#600218 (or 0x600218) is known color: 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

RGB 96 2 24 -
CMYK 0 0.98 0.75 0.62
HSL 345.96º 0.96% 0.19% -
HSV(B) 345.96º 0.98% 0.38% -
XYZ 5.01 2.6 1.1 -
YUV 32.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 96 2 24 0 0.98 0.75 0.62 345.96 0.96 0.19
Hex 60 2 18 0 62 4B 3E 15A 60 13
Octal 140 2 30 0 142 113 76 532 140 23
Binary 1100000 10 11000 0 1100010 1001011 111110 101011010 1100000 10011

Color Harmonies of #600218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600218

Black with #600218

Text Example


Text Example

White with #600218

Text Example


Text Example

HTML Codes & Css Web 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>