Html Css Color HEX #600011 Pohutukawa

📋 copy color: '#600011'

red 96 ◦ green 0 ◦ blue 17

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

Shades of Pohutukawa #600011

Tints of Pohutukawa #600011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.96%
G = 0%
B = 15.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#600011 (or 0x600011) is known color: Pohutukawa. HEX triplet: 60, 00 and 11. RGB value is (96,0,17). Sum of RGB (Red+Green+Blue) = 96+0+17=113 (14% of max value = 765). Red value is 96 (37.89% from 255 or 84.96% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 96 - color contains mainly: red. Hex color #600011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600011 is #9FFFEE. Grayscale: #1E1E1E. Windows color (decimal): -10485743 or 1114208. OLE color: 1114208.

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

Color convert

RGB 96 0 17 -
CMYK 0 1 0.82 0.62
HSL 349.38º 1% 0.19% -
HSV(B) 349.38º 1% 0.38% -
XYZ 4.93 2.53 0.76 -
YUV 30.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 96 0 17 0 1 0.82 0.62 349.38 1 0.19
Hex 60 0 11 0 64 52 3E 15D 64 13
Octal 140 0 21 0 144 122 76 535 144 23
Binary 1100000 0 10001 0 1100100 1010010 111110 101011101 1100100 10011

Color Harmonies of #600011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600011

Black with #600011

Text Example


Text Example

White with #600011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600011; }

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

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

background-color css

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

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

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

border-color css

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

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

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