Html Css Color HEX #601220 Pohutukawa

📋 copy color: '#601220'

red 96 ◦ green 18 ◦ blue 32

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

Shades of Pohutukawa #601220

Tints of Pohutukawa #601220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 65.75%
G = 12.33%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#601220 (or 0x601220) is known color: Pohutukawa. HEX triplet: 60, 12 and 20. RGB value is (96,18,32). Sum of RGB (Red+Green+Blue) = 96+18+32=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #601220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601220 is #9FEDDF. Grayscale: #2A2A2A. Windows color (decimal): -10481120 or 2101856. OLE color: 2101856.

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

Color convert

RGB 96 18 32 -
CMYK 0 0.81 0.67 0.62
HSL 349.23º 0.68% 0.22% -
HSV(B) 349.23º 0.81% 0.38% -
XYZ 5.3 3.02 1.67 -
YUV 42.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 96 18 32 0 0.81 0.67 0.62 349.23 0.68 0.22
Hex 60 12 20 0 51 43 3E 15D 44 16
Octal 140 22 40 0 121 103 76 535 104 26
Binary 1100000 10010 100000 0 1010001 1000011 111110 101011101 1000100 10110

Color Harmonies of #601220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601220

Black with #601220

Text Example


Text Example

White with #601220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601220; }

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

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

background-color css

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

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

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

border-color css

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

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

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