#5F040A

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

Shades of Pohutukawa #5F040A

Tints of Pohutukawa #5F040A

Color information

#5F040A (or 0x5F040A) is unknown color: approx Pohutukawa. HEX triplet: 5F, 04 and 0A. RGB value is (95,4,10). Sum of RGB (Red+Green+Blue) = 95+4+10=109 (14% of max value = 765). Red value is 95 (37.5% from 255 or 87.16% from 109); Green value is 4 (1.95% from 255 or 3.67% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 95 - color contains mainly: red. Hex color #5F040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F040A is #A0FBF5. Grayscale: #1F1F1F. Windows color (decimal): -10550262 or 656479. OLE color: 656479.

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

Color convert

RGB95410-
CMYK00.960.890.63
HSL356.04º91.92%19.41%-
HSV(B)356.04º95.79%37.25%-
XYZ4.822.540.52-
YUV31.89115.65173.01-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 87.16%
GREEN value IS 4 (1.95% from 255) = 3.67%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=87.16%
G=3.67%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9541000.960.890.63356.0491.9219.41
Hex5F4A060593F1645c13
Octal13741201401317754413423
Binary10111111001010011000001011001111111101100100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,4,10); }

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

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

 a { background-color: rgb(95,4,10); }

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

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

 span { border-color: rgb(95,4,10); }

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