Html Css Color HEX #601E24 Pohutukawa

📋 copy color: '#601E24'

red 96 ◦ green 30 ◦ blue 36

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

Shades of Pohutukawa #601E24

Tints of Pohutukawa #601E24

RGB

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

 GREEN value IS 30 (12.11% from 255) = 18.52%

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

R = 59.26%
G = 18.52%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601E24 (or 0x601E24) is known color: Pohutukawa. HEX triplet: 60, 1E and 24. RGB value is (96,30,36). Sum of RGB (Red+Green+Blue) = 96+30+36=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 30 (12.11% from 255 or 18.52% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #601E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E24 is #9FE1DB. Grayscale: #323232. Windows color (decimal): -10478044 or 2367072. OLE color: 2367072.

HSL color Cylindrical-coordinate representation of color #601E24: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #601E24 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 36 -
CMYK 0 0.69 0.62 0.62
HSL 354.55º 0.52% 0.25% -
HSV(B) 354.55º 0.69% 0.38% -
XYZ 5.61 3.54 2.06 -
YUV 50.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 96 30 36 0 0.69 0.62 0.62 354.55 0.52 0.25
Hex 60 1E 24 0 45 3E 3E 163 34 19
Octal 140 36 44 0 105 76 76 543 64 31
Binary 1100000 11110 100100 0 1000101 111110 111110 101100011 110100 11001

Color Harmonies of #601E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E24

Black with #601E24

Text Example


Text Example

White with #601E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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