Html Css Color HEX #601724 Pohutukawa

📋 copy color: '#601724'

red 96 ◦ green 23 ◦ blue 36

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

Shades of Pohutukawa #601724

Tints of Pohutukawa #601724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.84%

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

R = 61.94%
G = 14.84%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601724 (or 0x601724) is known color: Pohutukawa. HEX triplet: 60, 17 and 24. RGB value is (96,23,36). Sum of RGB (Red+Green+Blue) = 96+23+36=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601724 is #9FE8DB. Grayscale: #2E2E2E. Windows color (decimal): -10479836 or 2365280. OLE color: 2365280.

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

Color convert

RGB 96 23 36 -
CMYK 0 0.76 0.62 0.62
HSL 349.32º 0.61% 0.23% -
HSV(B) 349.32º 0.76% 0.38% -
XYZ 5.45 3.23 2 -
YUV 46.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 96 23 36 0 0.76 0.62 0.62 349.32 0.61 0.23
Hex 60 17 24 0 4C 3E 3E 15D 3D 17
Octal 140 27 44 0 114 76 76 535 75 27
Binary 1100000 10111 100100 0 1001100 111110 111110 101011101 111101 10111

Color Harmonies of #601724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601724

Black with #601724

Text Example


Text Example

White with #601724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601724; }

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

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

background-color css

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

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

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

border-color css

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

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

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