#601429

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

Shades of Pohutukawa #601429

Tints of Pohutukawa #601429

Color information

#601429 (or 0x601429) is unknown color: approx Pohutukawa. HEX triplet: 60, 14 and 29. RGB value is (96,20,41). Sum of RGB (Red+Green+Blue) = 96+20+41=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601429 is #9FEBD6. Grayscale: #2D2D2D. Windows color (decimal): -10480599 or 2692192. OLE color: 2692192.

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

Color convert

RGB962041-
CMYK00.790.570.62
HSL343.42º65.52%22.75%-
HSV(B)343.42º79.17%37.65%-
XYZ5.473.152.42-
YUV45.12125.68164.29-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=61.15%
G=12.74%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96204100.790.570.62343.4265.5222.75
Hex60142904F393E1574217
Octal14024510117717652710227
Binary11000001010010100101001111111001111110101010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601429; }

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

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

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

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

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

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

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

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