#601629

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

Shades of Pohutukawa #601629

Tints of Pohutukawa #601629

Color information

#601629 (or 0x601629) is unknown color: approx Pohutukawa. HEX triplet: 60, 16 and 29. RGB value is (96,22,41). Sum of RGB (Red+Green+Blue) = 96+22+41=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #601629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601629 is #9FE9D6. Grayscale: #2E2E2E. Windows color (decimal): -10480087 or 2692704. OLE color: 2692704.

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

Color convert

RGB962241-
CMYK00.770.570.62
HSL344.59º62.71%23.14%-
HSV(B)344.59º77.08%37.65%-
XYZ5.513.222.43-
YUV46.29125.02163.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 60.38%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 41 (16.41% from 255) = 25.79%
R=60.38%
G=13.84%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96224100.770.570.62344.5962.7123.14
Hex60162904D393E1593f17
Octal1402651011571765317727
Binary1100000101101010010100110111100111111010101100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601629; }

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

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

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

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

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

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

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

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