Html Css Color HEX #601624 Pohutukawa

📋 copy color: '#601624'

red 96 ◦ green 22 ◦ blue 36

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

Shades of Pohutukawa #601624

Tints of Pohutukawa #601624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.29%

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

R = 62.34%
G = 14.29%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601624 (or 0x601624) is known color: Pohutukawa. HEX triplet: 60, 16 and 24. RGB value is (96,22,36). Sum of RGB (Red+Green+Blue) = 96+22+36=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #601624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601624 is #9FE9DB. Grayscale: #2D2D2D. Windows color (decimal): -10480092 or 2365024. OLE color: 2365024.

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

Color convert

RGB 96 22 36 -
CMYK 0 0.77 0.62 0.62
HSL 348.65º 0.63% 0.23% -
HSV(B) 348.65º 0.77% 0.38% -
XYZ 5.43 3.19 2 -
YUV 45.72 122.52 163.86 -
System Red Green Blue C M Y K H S L
Decimal 96 22 36 0 0.77 0.62 0.62 348.65 0.63 0.23
Hex 60 16 24 0 4D 3E 3E 15D 3F 17
Octal 140 26 44 0 115 76 76 535 77 27
Binary 1100000 10110 100100 0 1001101 111110 111110 101011101 111111 10111

Color Harmonies of #601624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601624

Black with #601624

Text Example


Text Example

White with #601624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601624; }

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

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

background-color css

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

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

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

border-color css

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

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

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