#5E0102

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

Shades of Pohutukawa #5E0102

Tints of Pohutukawa #5E0102

Color information

#5E0102 (or 0x5E0102) is unknown color: approx Pohutukawa. HEX triplet: 5E, 01 and 02. RGB value is (94,1,2). Sum of RGB (Red+Green+Blue) = 94+1+2=97 (12% of max value = 765). Red value is 94 (37.11% from 255 or 96.91% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 2 (1.17% from 255 or 2.06% from 97); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0102 is #A1FEFD. Grayscale: #1D1D1D. Windows color (decimal): -10616574 or 131422. OLE color: 131422.

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

Color convert

RGB9412-
CMYK00.990.980.63
HSL359.35º97.89%18.63%-
HSV(B)359.35º98.94%36.86%-
XYZ4.642.410.28-
YUV28.92112.81174.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 96.91%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 2 (1.17% from 255) = 2.06%
R=96.91%
G=1.03%
B=2.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal941200.990.980.63359.3597.8918.63
Hex5E12063623F1676213
Octal1361201431427754714223
Binary1011110110011000111100010111111101100111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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