Html Css Color HEX #601316 Pohutukawa

📋 copy color: '#601316'

red 96 ◦ green 19 ◦ blue 22

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

Shades of Pohutukawa #601316

Tints of Pohutukawa #601316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

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

R = 70.07%
G = 13.87%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#601316 (or 0x601316) is known color: Pohutukawa. HEX triplet: 60, 13 and 16. RGB value is (96,19,22). Sum of RGB (Red+Green+Blue) = 96+19+22=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601316 is #9FECE9. Grayscale: #2A2A2A. Windows color (decimal): -10480874 or 1446752. OLE color: 1446752.

HSL color Cylindrical-coordinate representation of color #601316: hue angle of 357.66º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601316 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 22 -
CMYK 0 0.80 0.77 0.62
HSL 357.66º 0.67% 0.23% -
HSV(B) 357.66º 0.8% 0.38% -
XYZ 5.2 3.01 1.07 -
YUV 42.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 96 19 22 0 0.80 0.77 0.62 357.66 0.67 0.23
Hex 60 13 16 0 50 4D 3E 166 43 17
Octal 140 23 26 0 120 115 76 546 103 27
Binary 1100000 10011 10110 0 1010000 1001101 111110 101100110 1000011 10111

Color Harmonies of #601316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601316

Black with #601316

Text Example


Text Example

White with #601316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601316; }

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

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

background-color css

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

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

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

border-color css

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

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

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