#5F081A

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

Shades of Pohutukawa #5F081A

Tints of Pohutukawa #5F081A

Color information

#5F081A (or 0x5F081A) is unknown color: approx Pohutukawa. HEX triplet: 5F, 08 and 1A. RGB value is (95,8,26). Sum of RGB (Red+Green+Blue) = 95+8+26=129 (17% of max value = 765). Red value is 95 (37.5% from 255 or 73.64% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 95 - color contains mainly: red. Hex color #5F081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F081A is #A0F7E5. Grayscale: #242424. Windows color (decimal): -10549222 or 1706079. OLE color: 1706079.

HSL color Cylindrical-coordinate representation of color #5F081A: hue angle of 347.59º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F081A is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB95826-
CMYK00.920.730.63
HSL347.59º84.47%20.2%-
HSV(B)347.59º91.58%37.25%-
XYZ4.992.681.23-
YUV36.06122.32170.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 73.64%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=73.64%
G=6.20%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9582600.920.730.63347.5984.4720.2
Hex5F81A05C493F15c5414
Octal137103201341117753412424
Binary1011111100011010010111001001001111111101011100101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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