Html Css Color HEX #601924 Pohutukawa

📋 copy color: '#601924'

red 96 ◦ green 25 ◦ blue 36

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

Shades of Pohutukawa #601924

Tints of Pohutukawa #601924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

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

R = 61.15%
G = 15.92%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601924 (or 0x601924) is known color: Pohutukawa. HEX triplet: 60, 19 and 24. RGB value is (96,25,36). Sum of RGB (Red+Green+Blue) = 96+25+36=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601924 is #9FE6DB. Grayscale: #2F2F2F. Windows color (decimal): -10479324 or 2365792. OLE color: 2365792.

HSL color Cylindrical-coordinate representation of color #601924: hue angle of 350.7º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #601924 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 36 -
CMYK 0 0.74 0.62 0.62
HSL 350.7º 0.59% 0.24% -
HSV(B) 350.7º 0.74% 0.38% -
XYZ 5.49 3.31 2.02 -
YUV 47.48 121.52 162.61 -
System Red Green Blue C M Y K H S L
Decimal 96 25 36 0 0.74 0.62 0.62 350.7 0.59 0.24
Hex 60 19 24 0 4A 3E 3E 15F 3B 18
Octal 140 31 44 0 112 76 76 537 73 30
Binary 1100000 11001 100100 0 1001010 111110 111110 101011111 111011 11000

Color Harmonies of #601924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601924

Black with #601924

Text Example


Text Example

White with #601924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601924; }

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

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

background-color css

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

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

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

border-color css

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

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

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