Html Css Color HEX #601520 Pohutukawa

📋 copy color: '#601520'

red 96 ◦ green 21 ◦ blue 32

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

Shades of Pohutukawa #601520

Tints of Pohutukawa #601520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

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

R = 64.43%
G = 14.09%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#601520 (or 0x601520) is known color: Pohutukawa. HEX triplet: 60, 15 and 20. RGB value is (96,21,32). Sum of RGB (Red+Green+Blue) = 96+21+32=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601520 is #9FEADF. Grayscale: #2C2C2C. Windows color (decimal): -10480352 or 2102624. OLE color: 2102624.

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

Color convert

RGB 96 21 32 -
CMYK 0 0.78 0.67 0.62
HSL 351.2º 0.64% 0.23% -
HSV(B) 351.2º 0.78% 0.38% -
XYZ 5.35 3.13 1.69 -
YUV 44.68 120.85 164.61 -
System Red Green Blue C M Y K H S L
Decimal 96 21 32 0 0.78 0.67 0.62 351.2 0.64 0.23
Hex 60 15 20 0 4E 43 3E 15F 40 17
Octal 140 25 40 0 116 103 76 537 100 27
Binary 1100000 10101 100000 0 1001110 1000011 111110 101011111 1000000 10111

Color Harmonies of #601520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601520

Black with #601520

Text Example


Text Example

White with #601520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601520; }

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

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

background-color css

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

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

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

border-color css

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

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

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