Html Css Color HEX #601720 Pohutukawa

📋 copy color: '#601720'

red 96 ◦ green 23 ◦ blue 32

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

Shades of Pohutukawa #601720

Tints of Pohutukawa #601720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.23%

 BLUE value IS 32 (12.89% from 255) = 21.19%

R = 63.58%
G = 15.23%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#601720 (or 0x601720) is known color: Pohutukawa. HEX triplet: 60, 17 and 20. RGB value is (96,23,32). Sum of RGB (Red+Green+Blue) = 96+23+32=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #601720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601720 is #9FE8DF. Grayscale: #2D2D2D. Windows color (decimal): -10479840 or 2103136. OLE color: 2103136.

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

Color convert

RGB 96 23 32 -
CMYK 0 0.76 0.67 0.62
HSL 352.6º 0.61% 0.23% -
HSV(B) 352.6º 0.76% 0.38% -
XYZ 5.39 3.2 1.7 -
YUV 45.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 96 23 32 0 0.76 0.67 0.62 352.6 0.61 0.23
Hex 60 17 20 0 4C 43 3E 161 3D 17
Octal 140 27 40 0 114 103 76 541 75 27
Binary 1100000 10111 100000 0 1001100 1000011 111110 101100001 111101 10111

Color Harmonies of #601720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601720

Black with #601720

Text Example


Text Example

White with #601720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601720; }

 p { color: rgb(96,23,32); }

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

background-color css

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

 a { background-color: rgb(96,23,32); }

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

border-color css

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

 span { border-color: rgb(96,23,32); }

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