Html Css Color HEX #601C24 Pohutukawa

📋 copy color: '#601C24'

red 96 ◦ green 28 ◦ blue 36

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

Shades of Pohutukawa #601C24

Tints of Pohutukawa #601C24

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

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

R = 60%
G = 17.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601C24 (or 0x601C24) is known color: Pohutukawa. HEX triplet: 60, 1C and 24. RGB value is (96,28,36). Sum of RGB (Red+Green+Blue) = 96+28+36=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #601C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C24 is #9FE3DB. Grayscale: #313131. Windows color (decimal): -10478556 or 2366560. OLE color: 2366560.

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

Color convert

RGB 96 28 36 -
CMYK 0 0.71 0.62 0.62
HSL 352.94º 0.55% 0.24% -
HSV(B) 352.94º 0.71% 0.38% -
XYZ 5.56 3.44 2.04 -
YUV 49.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 96 28 36 0 0.71 0.62 0.62 352.94 0.55 0.24
Hex 60 1C 24 0 47 3E 3E 161 37 18
Octal 140 34 44 0 107 76 76 541 67 30
Binary 1100000 11100 100100 0 1000111 111110 111110 101100001 110111 11000

Color Harmonies of #601C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C24

Black with #601C24

Text Example


Text Example

White with #601C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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