#601A24

Color #601A24 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #601A24

Tints of Pohutukawa #601A24

Color information

#601A24 (or 0x601A24) is unknown color: approx 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

RGB962636-
CMYK00.730.620.62
HSL351.43º57.38%23.92%-
HSV(B)351.43º72.92%37.65%-
XYZ5.513.352.03-
YUV48.07121.19162.19-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96263600.730.620.62351.4357.3823.92
Hex601A240493E3E15f3918
Octal1403244011176765377130
Binary1100000110101001000100100111111011111010101111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>