#5F040F

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

Shades of Pohutukawa #5F040F

Tints of Pohutukawa #5F040F

Color information

#5F040F (or 0x5F040F) is unknown color: approx Pohutukawa. HEX triplet: 5F, 04 and 0F. RGB value is (95,4,15). Sum of RGB (Red+Green+Blue) = 95+4+15=114 (15% of max value = 765). Red value is 95 (37.5% from 255 or 83.33% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 95 - color contains mainly: red. Hex color #5F040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F040F is #A0FBF0. Grayscale: #202020. Windows color (decimal): -10550257 or 984159. OLE color: 984159.

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

Color convert

RGB95415-
CMYK00.960.840.63
HSL352.75º91.92%19.41%-
HSV(B)352.75º95.79%37.25%-
XYZ4.852.550.69-
YUV32.46118.15172.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=83.33%
G=3.51%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9541500.960.840.63352.7591.9219.41
Hex5F4F060543F1615c13
Octal13741701401247754113423
Binary10111111001111011000001010100111111101100001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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