#5F2129

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

Shades of Pohutukawa #5F2129

Tints of Pohutukawa #5F2129

Color information

#5F2129 (or 0x5F2129) is unknown color: approx Pohutukawa. HEX triplet: 5F, 21 and 29. RGB value is (95,33,41). Sum of RGB (Red+Green+Blue) = 95+33+41=169 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.21% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2129 is #A0DED6. Grayscale: #343434. Windows color (decimal): -10542807 or 2695519. OLE color: 2695519.

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

Color convert

RGB953341-
CMYK00.650.570.63
HSL352.26º48.44%25.1%-
HSV(B)352.26º65.26%37.25%-
XYZ5.663.682.51-
YUV52.45121.54158.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 56.21%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=56.21%
G=19.53%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95334100.650.570.63352.2648.4425.1
Hex5F2129041393F1603019
Octal1374151010171775406031
Binary10111111000011010010100000111100111111110110000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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