Html Css Color HEX #601620 Pohutukawa

📋 copy color: '#601620'

red 96 ◦ green 22 ◦ blue 32

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

Shades of Pohutukawa #601620

Tints of Pohutukawa #601620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.67%

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

R = 64%
G = 14.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#601620 (or 0x601620) is known color: Pohutukawa. HEX triplet: 60, 16 and 20. RGB value is (96,22,32). Sum of RGB (Red+Green+Blue) = 96+22+32=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #601620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601620 is #9FE9DF. Grayscale: #2D2D2D. Windows color (decimal): -10480096 or 2102880. OLE color: 2102880.

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

Color convert

RGB 96 22 32 -
CMYK 0 0.77 0.67 0.62
HSL 351.89º 0.63% 0.23% -
HSV(B) 351.89º 0.77% 0.38% -
XYZ 5.37 3.16 1.69 -
YUV 45.27 120.52 164.19 -
System Red Green Blue C M Y K H S L
Decimal 96 22 32 0 0.77 0.67 0.62 351.89 0.63 0.23
Hex 60 16 20 0 4D 43 3E 160 3F 17
Octal 140 26 40 0 115 103 76 540 77 27
Binary 1100000 10110 100000 0 1001101 1000011 111110 101100000 111111 10111

Color Harmonies of #601620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601620

Black with #601620

Text Example


Text Example

White with #601620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601620; }

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

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

background-color css

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

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

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

border-color css

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

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

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