#5F122E

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

Shades of Pohutukawa #5F122E

Tints of Pohutukawa #5F122E

Color information

#5F122E (or 0x5F122E) is unknown color: approx Pohutukawa. HEX triplet: 5F, 12 and 2E. RGB value is (95,18,46). Sum of RGB (Red+Green+Blue) = 95+18+46=159 (21% of max value = 765). Red value is 95 (37.5% from 255 or 59.75% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 95 - color contains mainly: red. Hex color #5F122E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F122E is #A0EDD1. Grayscale: #2C2C2C. Windows color (decimal): -10546642 or 3019359. OLE color: 3019359.

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

Color convert

RGB951846-
CMYK00.810.520.63
HSL338.18º68.14%22.16%-
HSV(B)338.18º81.05%37.25%-
XYZ5.433.062.89-
YUV44.22129.01164.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 59.75%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 46 (18.36% from 255) = 28.93%
R=59.75%
G=11.32%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95184600.810.520.63338.1868.1422.16
Hex5F122E051343F1524416
Octal13722560121647752210426
Binary10111111001010111001010001110100111111101010010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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