#5F121A

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

Shades of Pohutukawa #5F121A

Tints of Pohutukawa #5F121A

Color information

#5F121A (or 0x5F121A) is unknown color: approx Pohutukawa. HEX triplet: 5F, 12 and 1A. RGB value is (95,18,26). Sum of RGB (Red+Green+Blue) = 95+18+26=139 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.35% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 95 - color contains mainly: red. Hex color #5F121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F121A is #A0EDE5. Grayscale: #292929. Windows color (decimal): -10546662 or 1708639. OLE color: 1708639.

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

Color convert

RGB951826-
CMYK00.810.730.63
HSL353.77º68.14%22.16%-
HSV(B)353.77º81.05%37.25%-
XYZ5.122.941.27-
YUV41.93119.01165.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 68.35%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=68.35%
G=12.95%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95182600.810.730.63353.7768.1422.16
Hex5F121A051493F1624416
Octal137223201211117754210426
Binary10111111001011010010100011001001111111101100010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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