#8E0407

Color #8E0407 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #8E0407

Tints of Sangria #8E0407

Color information

#8E0407 (or 0x8E0407) is unknown color: approx Sangria. HEX triplet: 8E, 04 and 07. RGB value is (142,4,7). Sum of RGB (Red+Green+Blue) = 142+4+7=153 (20% of max value = 765). Red value is 142 (55.86% from 255 or 92.81% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 7 (3.12% from 255 or 4.58% from 153); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E0407 is #71FBF8. Grayscale: #2D2D2D. Windows color (decimal): -7470073 or 459918. OLE color: 459918.

HSL color Cylindrical-coordinate representation of color #8E0407: hue angle of 358.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E0407 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB14247-
CMYK00.970.950.44
HSL358.7º94.52%28.63%-
HSV(B)358.7º97.18%55.69%-
XYZ11.245.850.74-
YUV45.6106.22196.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 92.81%
GREEN value IS 4 (1.95% from 255) = 2.61%
BLUE value IS 7 (3.12% from 255) = 4.58%
R=92.81%
G=2.61%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424700.970.950.44358.794.5228.63
Hex8E470615F2C1675f1d
Octal2164701411375454713735
Binary10001110100111011000011011111101100101100111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E0407; }

 p { color: rgb(142,4,7); }

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

<style>
 a { background-color: #8E0407; }

 a { background-color: rgb(142,4,7); }

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

<style>
 span { border-color: #8E0407; }

 span { border-color: rgb(142,4,7); }

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