#5F1529

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

Shades of Pohutukawa #5F1529

Tints of Pohutukawa #5F1529

Color information

#5F1529 (or 0x5F1529) is unknown color: approx Pohutukawa. HEX triplet: 5F, 15 and 29. RGB value is (95,21,41). Sum of RGB (Red+Green+Blue) = 95+21+41=157 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.51% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 41 (16.41% from 255 or 26.11% from 157); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1529 is #A0EAD6. Grayscale: #2D2D2D. Windows color (decimal): -10545879 or 2692447. OLE color: 2692447.

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

Color convert

RGB952141-
CMYK00.780.570.63
HSL343.78º63.79%22.75%-
HSV(B)343.78º77.89%37.25%-
XYZ5.393.132.42-
YUV45.41125.52163.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 60.51%
GREEN value IS 21 (8.59% from 255) = 13.38%
BLUE value IS 41 (16.41% from 255) = 26.11%
R=60.51%
G=13.38%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95214100.780.570.63343.7863.7922.75
Hex5F152904E393F1584017
Octal13725510116717753010027
Binary10111111010110100101001110111001111111101011000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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