Html Css Color HEX #601F24 Pohutukawa

📋 copy color: '#601F24'

red 96 ◦ green 31 ◦ blue 36

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

Shades of Pohutukawa #601F24

Tints of Pohutukawa #601F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.02%

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

R = 58.9%
G = 19.02%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601F24 (or 0x601F24) is known color: Pohutukawa. HEX triplet: 60, 1F and 24. RGB value is (96,31,36). Sum of RGB (Red+Green+Blue) = 96+31+36=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #601F24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F24 is #9FE0DB. Grayscale: #333333. Windows color (decimal): -10477788 or 2367328. OLE color: 2367328.

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

Color convert

RGB 96 31 36 -
CMYK 0 0.68 0.62 0.62
HSL 355.38º 0.51% 0.25% -
HSV(B) 355.38º 0.68% 0.38% -
XYZ 5.63 3.59 2.07 -
YUV 51.01 119.53 160.09 -
System Red Green Blue C M Y K H S L
Decimal 96 31 36 0 0.68 0.62 0.62 355.38 0.51 0.25
Hex 60 1F 24 0 44 3E 3E 163 33 19
Octal 140 37 44 0 104 76 76 543 63 31
Binary 1100000 11111 100100 0 1000100 111110 111110 101100011 110011 11001

Color Harmonies of #601F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F24

Black with #601F24

Text Example


Text Example

White with #601F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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