Html Css Color HEX #600211 Pohutukawa

📋 copy color: '#600211'

red 96 ◦ green 2 ◦ blue 17

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

Shades of Pohutukawa #600211

Tints of Pohutukawa #600211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.78%

R = 83.48%
G = 1.74%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#600211 (or 0x600211) is known color: Pohutukawa. HEX triplet: 60, 02 and 11. RGB value is (96,2,17). Sum of RGB (Red+Green+Blue) = 96+2+17=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 17 (7.03% from 255 or 14.78% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #600211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600211 is #9FFDEE. Grayscale: #1F1F1F. Windows color (decimal): -10485231 or 1114720. OLE color: 1114720.

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

Color convert

RGB 96 2 17 -
CMYK 0 0.98 0.82 0.62
HSL 350.43º 0.96% 0.19% -
HSV(B) 350.43º 0.98% 0.38% -
XYZ 4.95 2.57 0.77 -
YUV 31.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 96 2 17 0 0.98 0.82 0.62 350.43 0.96 0.19
Hex 60 2 11 0 62 52 3E 15E 60 13
Octal 140 2 21 0 142 122 76 536 140 23
Binary 1100000 10 10001 0 1100010 1010010 111110 101011110 1100000 10011

Color Harmonies of #600211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600211

Black with #600211

Text Example


Text Example

White with #600211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600211; }

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

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

background-color css

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

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

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

border-color css

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

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

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