#5E0110

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

Shades of Pohutukawa #5E0110

Tints of Pohutukawa #5E0110

Color information

#5E0110 (or 0x5E0110) is unknown color: approx Pohutukawa. HEX triplet: 5E, 01 and 10. RGB value is (94,1,16). Sum of RGB (Red+Green+Blue) = 94+1+16=111 (14% of max value = 765). Red value is 94 (37.11% from 255 or 84.68% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0110 is #A1FEEF. Grayscale: #1E1E1E. Windows color (decimal): -10616560 or 1048926. OLE color: 1048926.

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

Color convert

RGB94116-
CMYK00.990.830.63
HSL350.32º97.89%18.63%-
HSV(B)350.32º98.94%36.86%-
XYZ4.722.440.71-
YUV30.52119.81173.28-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 84.68%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 16 (6.64% from 255) = 14.41%
R=84.68%
G=0.90%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.83
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9411600.990.830.63350.3297.8918.63
Hex5E110063533F15e6213
Octal13612001431237753614223
Binary1011110110000011000111010011111111101011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,1,16); }

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

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

 a { background-color: rgb(94,1,16); }

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

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

 span { border-color: rgb(94,1,16); }

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