Html Css Color HEX #601A24 Pohutukawa

📋 copy color: '#601A24'

red 96 ◦ green 26 ◦ blue 36

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

Shades of Pohutukawa #601A24

Tints of Pohutukawa #601A24

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.46%

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

R = 60.76%
G = 16.46%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#601A24 (or 0x601A24) is known color: Pohutukawa. HEX triplet: 60, 1A and 24. RGB value is (96,26,36). Sum of RGB (Red+Green+Blue) = 96+26+36=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #601A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A24 is #9FE5DB. Grayscale: #303030. Windows color (decimal): -10479068 or 2366048. OLE color: 2366048.

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

Color convert

RGB 96 26 36 -
CMYK 0 0.73 0.62 0.62
HSL 351.43º 0.57% 0.24% -
HSV(B) 351.43º 0.73% 0.38% -
XYZ 5.51 3.35 2.03 -
YUV 48.07 121.19 162.19 -
System Red Green Blue C M Y K H S L
Decimal 96 26 36 0 0.73 0.62 0.62 351.43 0.57 0.24
Hex 60 1A 24 0 49 3E 3E 15F 39 18
Octal 140 32 44 0 111 76 76 537 71 30
Binary 1100000 11010 100100 0 1001001 111110 111110 101011111 111001 11000

Color Harmonies of #601A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A24

Black with #601A24

Text Example


Text Example

White with #601A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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