#601A2C

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

Shades of Pohutukawa #601A2C

Tints of Pohutukawa #601A2C

Color information

#601A2C (or 0x601A2C) is unknown color: approx Pohutukawa. HEX triplet: 60, 1A and 2C. RGB value is (96,26,44). Sum of RGB (Red+Green+Blue) = 96+26+44=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 26 (10.55% from 255 or 15.66% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A2C is #9FE5D3. Grayscale: #303030. Windows color (decimal): -10479060 or 2890336. OLE color: 2890336.

HSL color Cylindrical-coordinate representation of color #601A2C: hue angle of 344.57º 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 #601A2C is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.62.

Color convert

RGB962644-
CMYK00.730.540.62
HSL344.57º57.38%23.92%-
HSV(B)344.57º72.92%37.65%-
XYZ5.653.412.74-
YUV48.98125.19161.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 26 (10.55% from 255) = 15.66%
BLUE value IS 44 (17.58% from 255) = 26.51%
R=57.83%
G=15.66%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96264400.730.540.62344.5757.3823.92
Hex601A2C049363E1593918
Octal1403254011166765317130
Binary1100000110101011000100100111011011111010101100111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #601A2C;
 }
 .AnyTagClassName
 {
   color: #601A2C;
 }
</style>
background-color css

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

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

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

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

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

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