#5F122F

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

Shades of Pohutukawa #5F122F

Tints of Pohutukawa #5F122F

Color information

#5F122F (or 0x5F122F) is unknown color: approx Pohutukawa. HEX triplet: 5F, 12 and 2F. RGB value is (95,18,47). Sum of RGB (Red+Green+Blue) = 95+18+47=160 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.38% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 95 - color contains mainly: red. Hex color #5F122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F122F is #A0EDD0. Grayscale: #2C2C2C. Windows color (decimal): -10546641 or 3084895. OLE color: 3084895.

HSL color Cylindrical-coordinate representation of color #5F122F: hue angle of 337.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F122F is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB951847-
CMYK00.810.510.63
HSL337.4º68.14%22.16%-
HSV(B)337.4º81.05%37.25%-
XYZ5.453.072.99-
YUV44.33129.51164.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 59.38%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=59.38%
G=11.25%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95184700.810.510.63337.468.1422.16
Hex5F122F051333F1514416
Octal13722570121637752110426
Binary10111111001010111101010001110011111111101010001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,18,47); }

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

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

 a { background-color: rgb(95,18,47); }

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

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

 span { border-color: rgb(95,18,47); }

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