Html Css Color HEX #600111 Pohutukawa

📋 copy color: '#600111'

red 96 ◦ green 1 ◦ blue 17

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

Shades of Pohutukawa #600111

Tints of Pohutukawa #600111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 84.21%
G = 0.88%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#600111 (or 0x600111) is known color: Pohutukawa. HEX triplet: 60, 01 and 11. RGB value is (96,1,17). Sum of RGB (Red+Green+Blue) = 96+1+17=114 (15% of max value = 765). Red value is 96 (37.89% from 255 or 84.21% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 17 (7.03% from 255 or 14.91% from 114); Max value from RGB is 96 - color contains mainly: red. Hex color #600111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600111 is #9FFEEE. Grayscale: #1F1F1F. Windows color (decimal): -10485487 or 1114464. OLE color: 1114464.

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

Color convert

RGB 96 1 17 -
CMYK 0 0.99 0.82 0.62
HSL 349.89º 0.98% 0.19% -
HSV(B) 349.89º 0.99% 0.38% -
XYZ 4.94 2.55 0.76 -
YUV 31.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 96 1 17 0 0.99 0.82 0.62 349.89 0.98 0.19
Hex 60 1 11 0 63 52 3E 15E 62 13
Octal 140 1 21 0 143 122 76 536 142 23
Binary 1100000 1 10001 0 1100011 1010010 111110 101011110 1100010 10011

Color Harmonies of #600111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600111

Black with #600111

Text Example


Text Example

White with #600111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600111; }

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

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

background-color css

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

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

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

border-color css

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

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

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