Html Css Color HEX #600112 Pohutukawa

📋 copy color: '#600112'

red 96 ◦ green 1 ◦ blue 18

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

Shades of Pohutukawa #600112

Tints of Pohutukawa #600112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.65%

R = 83.48%
G = 0.87%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#600112 (or 0x600112) is known color: Pohutukawa. HEX triplet: 60, 01 and 12. RGB value is (96,1,18). Sum of RGB (Red+Green+Blue) = 96+1+18=115 (15% of max value = 765). Red value is 96 (37.89% from 255 or 83.48% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 18 (7.42% from 255 or 15.65% from 115); Max value from RGB is 96 - color contains mainly: red. Hex color #600112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600112 is #9FFEED. Grayscale: #1F1F1F. Windows color (decimal): -10485486 or 1180000. OLE color: 1180000.

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

Color convert

RGB 96 1 18 -
CMYK 0 0.99 0.81 0.62
HSL 349.26º 0.98% 0.19% -
HSV(B) 349.26º 0.99% 0.38% -
XYZ 4.94 2.55 0.8 -
YUV 31.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 96 1 18 0 0.99 0.81 0.62 349.26 0.98 0.19
Hex 60 1 12 0 63 51 3E 15D 62 13
Octal 140 1 22 0 143 121 76 535 142 23
Binary 1100000 1 10010 0 1100011 1010001 111110 101011101 1100010 10011

Color Harmonies of #600112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600112

Black with #600112

Text Example


Text Example

White with #600112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600112; }

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

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

background-color css

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

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

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

border-color css

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

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

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