#5F212A

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

Shades of Pohutukawa #5F212A

Tints of Pohutukawa #5F212A

Color information

#5F212A (or 0x5F212A) is unknown color: approx Pohutukawa. HEX triplet: 5F, 21 and 2A. RGB value is (95,33,42). Sum of RGB (Red+Green+Blue) = 95+33+42=170 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.88% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 95 - color contains mainly: red. Hex color #5F212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F212A is #A0DED5. Grayscale: #343434. Windows color (decimal): -10542806 or 2761055. OLE color: 2761055.

HSL color Cylindrical-coordinate representation of color #5F212A: hue angle of 351.29º 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 #5F212A is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB953342-
CMYK00.650.560.63
HSL351.29º48.44%25.1%-
HSV(B)351.29º65.26%37.25%-
XYZ5.683.692.6-
YUV52.56122.04158.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 55.88%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=55.88%
G=19.41%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95334200.650.560.63351.2948.4425.1
Hex5F212A041383F15f3019
Octal1374152010170775376031
Binary10111111000011010100100000111100011111110101111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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