#5E040F

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

Shades of Pohutukawa #5E040F

Tints of Pohutukawa #5E040F

Color information

#5E040F (or 0x5E040F) is unknown color: approx Pohutukawa. HEX triplet: 5E, 04 and 0F. RGB value is (94,4,15). Sum of RGB (Red+Green+Blue) = 94+4+15=113 (14% of max value = 765). Red value is 94 (37.11% from 255 or 83.19% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 94 - color contains mainly: red. Hex color #5E040F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E040F is #A1FBF0. Grayscale: #202020. Windows color (decimal): -10615793 or 984158. OLE color: 984158.

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

Color convert

RGB94415-
CMYK00.960.840.63
HSL352.67º91.84%19.22%-
HSV(B)352.67º95.74%36.86%-
XYZ4.752.50.68-
YUV32.16118.32172.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 83.19%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=83.19%
G=3.54%
B=13.27%

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
Decimal9441500.960.840.63352.6791.8419.22
Hex5E4F060543F1615c13
Octal13641701401247754113423
Binary10111101001111011000001010100111111101100001101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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