Html Css Color HEX #601824 Pohutukawa

📋 copy color: '#601824'

red 96 ◦ green 24 ◦ blue 36

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

Shades of Pohutukawa #601824

Tints of Pohutukawa #601824

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

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

R = 61.54%
G = 15.38%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601824 (or 0x601824) is known color: Pohutukawa. HEX triplet: 60, 18 and 24. RGB value is (96,24,36). Sum of RGB (Red+Green+Blue) = 96+24+36=156 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.54% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 96 - color contains mainly: red. Hex color #601824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601824 is #9FE7DB. Grayscale: #2E2E2E. Windows color (decimal): -10479580 or 2365536. OLE color: 2365536.

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

Color convert

RGB 96 24 36 -
CMYK 0 0.75 0.62 0.62
HSL 350º 0.6% 0.24% -
HSV(B) 350º 0.75% 0.38% -
XYZ 5.47 3.27 2.01 -
YUV 46.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 96 24 36 0 0.75 0.62 0.62 350 0.6 0.24
Hex 60 18 24 0 4B 3E 3E 15E 3C 18
Octal 140 30 44 0 113 76 76 536 74 30
Binary 1100000 11000 100100 0 1001011 111110 111110 101011110 111100 11000

Color Harmonies of #601824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601824

Black with #601824

Text Example


Text Example

White with #601824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601824; }

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

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

background-color css

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

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

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

border-color css

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

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

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