#5E0A0C

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

Shades of Pohutukawa #5E0A0C

Tints of Pohutukawa #5E0A0C

Color information

#5E0A0C (or 0x5E0A0C) is unknown color: approx Pohutukawa. HEX triplet: 5E, 0A and 0C. RGB value is (94,10,12). Sum of RGB (Red+Green+Blue) = 94+10+12=116 (15% of max value = 765). Red value is 94 (37.11% from 255 or 81.03% from 116); Green value is 10 (4.30% from 255 or 8.62% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0A0C is #A1F5F3. Grayscale: #232323. Windows color (decimal): -10614260 or 789086. OLE color: 789086.

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

Color convert

RGB941012-
CMYK00.890.870.63
HSL358.57º80.77%20.39%-
HSV(B)358.57º89.36%36.86%-
XYZ4.792.620.6-
YUV35.34114.83169.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 81.03%
GREEN value IS 10 (4.30% from 255) = 8.62%
BLUE value IS 12 (5.08% from 255) = 10.34%
R=81.03%
G=8.62%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94101200.890.870.63358.5780.7720.39
Hex5EAC059573F1675114
Octal136121401311277754712124
Binary101111010101100010110011010111111111101100111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,10,12); }

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

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

 a { background-color: rgb(94,10,12); }

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

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

 span { border-color: rgb(94,10,12); }

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