#5E0307

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

Shades of Pohutukawa #5E0307

Tints of Pohutukawa #5E0307

Color information

#5E0307 (or 0x5E0307) is unknown color: approx Pohutukawa. HEX triplet: 5E, 03 and 07. RGB value is (94,3,7). Sum of RGB (Red+Green+Blue) = 94+3+7=104 (13% of max value = 765). Red value is 94 (37.11% from 255 or 90.38% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5E0307 is #A1FCF8. Grayscale: #1E1E1E. Windows color (decimal): -10616057 or 459614. OLE color: 459614.

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

Color convert

RGB9437-
CMYK00.970.930.63
HSL357.36º93.81%19.02%-
HSV(B)357.36º96.81%36.86%-
XYZ4.692.460.43-
YUV30.66114.65173.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 90.38%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 7 (3.12% from 255) = 6.73%
R=90.38%
G=2.88%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal943700.970.930.63357.3693.8119.02
Hex5E370615D3F1655e13
Octal1363701411357754513623
Binary101111011111011000011011101111111101100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,3,7); }

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

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

 a { background-color: rgb(94,3,7); }

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

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

 span { border-color: rgb(94,3,7); }

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