#601D29

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

Shades of Pohutukawa #601D29

Tints of Pohutukawa #601D29

Color information

#601D29 (or 0x601D29) is unknown color: approx Pohutukawa. HEX triplet: 60, 1D and 29. RGB value is (96,29,41). Sum of RGB (Red+Green+Blue) = 96+29+41=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #601D29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D29 is #9FE2D6. Grayscale: #323232. Windows color (decimal): -10478295 or 2694496. OLE color: 2694496.

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

Color convert

RGB962941-
CMYK00.700.570.62
HSL349.25º53.6%24.51%-
HSV(B)349.25º69.79%37.65%-
XYZ5.663.532.48-
YUV50.4122.7160.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 29 (11.72% from 255) = 17.47%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=57.83%
G=17.47%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96294100.700.570.62349.2553.624.51
Hex601D29046393E15d3619
Octal1403551010671765356631
Binary1100000111011010010100011011100111111010101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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