Html Css Color HEX #601524 Pohutukawa

📋 copy color: '#601524'

red 96 ◦ green 21 ◦ blue 36

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

Shades of Pohutukawa #601524

Tints of Pohutukawa #601524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.53%

R = 62.75%
G = 13.73%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601524 (or 0x601524) is known color: Pohutukawa. HEX triplet: 60, 15 and 24. RGB value is (96,21,36). Sum of RGB (Red+Green+Blue) = 96+21+36=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #601524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601524 is #9FEADB. Grayscale: #2D2D2D. Windows color (decimal): -10480348 or 2364768. OLE color: 2364768.

HSL color Cylindrical-coordinate representation of color #601524: hue angle of 348º 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 #601524 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 36 -
CMYK 0 0.78 0.62 0.62
HSL 348º 0.64% 0.23% -
HSV(B) 348º 0.78% 0.38% -
XYZ 5.41 3.15 1.99 -
YUV 45.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 96 21 36 0 0.78 0.62 0.62 348 0.64 0.23
Hex 60 15 24 0 4E 3E 3E 15C 40 17
Octal 140 25 44 0 116 76 76 534 100 27
Binary 1100000 10101 100100 0 1001110 111110 111110 101011100 1000000 10111

Color Harmonies of #601524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601524

Black with #601524

Text Example


Text Example

White with #601524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601524; }

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

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

background-color css

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

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

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

border-color css

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

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

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