Html Css Color HEX #600210 Pohutukawa

📋 copy color: '#600210'

red 96 ◦ green 2 ◦ blue 16

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

Shades of Pohutukawa #600210

Tints of Pohutukawa #600210

RGB

 RED value IS 96 (37.89% from 255) = 84.21%

 GREEN value IS 2 (1.17% from 255) = 1.75%

 BLUE value IS 16 (6.64% from 255) = 14.04%

R = 84.21%
G = 1.75%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#600210 (or 0x600210) is known color: Pohutukawa. HEX triplet: 60, 02 and 10. RGB value is (96,2,16). Sum of RGB (Red+Green+Blue) = 96+2+16=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #600210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600210 is #9FFDEF. Grayscale: #1F1F1F. Windows color (decimal): -10485232 or 1049184. OLE color: 1049184.

HSL color Cylindrical-coordinate representation of color #600210: hue angle of 351.06º 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 #600210 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 2 16 -
CMYK 0 0.98 0.83 0.62
HSL 351.06º 0.96% 0.19% -
HSV(B) 351.06º 0.98% 0.38% -
XYZ 4.94 2.57 0.73 -
YUV 31.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 96 2 16 0 0.98 0.83 0.62 351.06 0.96 0.19
Hex 60 2 10 0 62 53 3E 15F 60 13
Octal 140 2 20 0 142 123 76 537 140 23
Binary 1100000 10 10000 0 1100010 1010011 111110 101011111 1100000 10011

Color Harmonies of #600210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600210

Black with #600210

Text Example


Text Example

White with #600210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600210; }

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

 H1.HeaderClassName
 {
   color: #600210;
 }
 .AnyTagClassName
 {
   color: #600210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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