#601129

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

Shades of Pohutukawa #601129

Tints of Pohutukawa #601129

Color information

#601129 (or 0x601129) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 29. RGB value is (96,17,41). Sum of RGB (Red+Green+Blue) = 96+17+41=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #601129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601129 is #9FEED6. Grayscale: #2B2B2B. Windows color (decimal): -10481367 or 2691424. OLE color: 2691424.

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

Color convert

RGB961741-
CMYK00.820.570.62
HSL341.77º69.91%22.16%-
HSV(B)341.77º82.29%37.65%-
XYZ5.423.052.4-
YUV43.36126.67165.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.34%
GREEN value IS 17 (7.03% from 255) = 11.04%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=62.34%
G=11.04%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96174100.820.570.62341.7769.9122.16
Hex601129052393E1564616
Octal14021510122717652610626
Binary11000001000110100101010010111001111110101010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601129; }

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

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

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

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

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

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

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

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