Html Css Color HEX #600116 Pohutukawa

📋 copy color: '#600116'

red 96 ◦ green 1 ◦ blue 22

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

Shades of Pohutukawa #600116

Tints of Pohutukawa #600116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.49%

R = 80.67%
G = 0.84%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#600116 (or 0x600116) is known color: Pohutukawa. HEX triplet: 60, 01 and 16. RGB value is (96,1,22). Sum of RGB (Red+Green+Blue) = 96+1+22=119 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80.67% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 22 (8.98% from 255 or 18.49% from 119); Max value from RGB is 96 - color contains mainly: red. Hex color #600116 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600116 is #9FFEE9. Grayscale: #1F1F1F. Windows color (decimal): -10485482 or 1442144. OLE color: 1442144.

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

Color convert

RGB 96 1 22 -
CMYK 0 0.99 0.77 0.62
HSL 346.74º 0.98% 0.19% -
HSV(B) 346.74º 0.99% 0.38% -
XYZ 4.98 2.57 0.99 -
YUV 31.8 122.47 173.79 -
System Red Green Blue C M Y K H S L
Decimal 96 1 22 0 0.99 0.77 0.62 346.74 0.98 0.19
Hex 60 1 16 0 63 4D 3E 15B 62 13
Octal 140 1 26 0 143 115 76 533 142 23
Binary 1100000 1 10110 0 1100011 1001101 111110 101011011 1100010 10011

Color Harmonies of #600116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600116

Black with #600116

Text Example


Text Example

White with #600116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600116; }

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

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

background-color css

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

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

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

border-color css

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

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

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