#5F1629

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

Shades of Pohutukawa #5F1629

Tints of Pohutukawa #5F1629

Color information

#5F1629 (or 0x5F1629) is unknown color: approx Pohutukawa. HEX triplet: 5F, 16 and 29. RGB value is (95,22,41). Sum of RGB (Red+Green+Blue) = 95+22+41=158 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.13% from 158); Green value is 22 (8.98% from 255 or 13.92% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1629 is #A0E9D6. Grayscale: #2D2D2D. Windows color (decimal): -10545623 or 2692703. OLE color: 2692703.

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

Color convert

RGB952241-
CMYK00.770.570.63
HSL344.38º62.39%22.94%-
HSV(B)344.38º76.84%37.25%-
XYZ5.413.172.42-
YUV45.99125.18162.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.13%
GREEN value IS 22 (8.98% from 255) = 13.92%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=60.13%
G=13.92%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95224100.770.570.63344.3862.3922.94
Hex5F162904D393F1583e17
Octal1372651011571775307627
Binary1011111101101010010100110111100111111110101100011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F1629; }

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

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

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

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

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

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

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

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