#601F29

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

Shades of Pohutukawa #601F29

Tints of Pohutukawa #601F29

Color information

#601F29 (or 0x601F29) is unknown color: approx Pohutukawa. HEX triplet: 60, 1F and 29. RGB value is (96,31,41). Sum of RGB (Red+Green+Blue) = 96+31+41=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 31 (12.5% from 255 or 18.45% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #601F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F29 is #9FE0D6. Grayscale: #333333. Windows color (decimal): -10477783 or 2695008. OLE color: 2695008.

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

Color convert

RGB963141-
CMYK00.680.570.62
HSL350.77º51.18%24.9%-
HSV(B)350.77º67.71%37.65%-
XYZ5.713.632.5-
YUV51.58122.03159.69-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 31 (12.5% from 255) = 18.45%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=57.14%
G=18.45%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96314100.680.570.62350.7751.1824.9
Hex601F29044393E15f3319
Octal1403751010471765376331
Binary1100000111111010010100010011100111111010101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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