#8E000F

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

Shades of Sangria #8E000F

Tints of Sangria #8E000F

Color information

#8E000F (or 0x8E000F) is unknown color: approx Sangria. HEX triplet: 8E, 00 and 0F. RGB value is (142,0,15). Sum of RGB (Red+Green+Blue) = 142+0+15=157 (20% of max value = 765). Red value is 142 (55.86% from 255 or 90.45% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 142 - color contains mainly: red. Hex color #8E000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8E000F is #71FFF0. Grayscale: #2C2C2C. Windows color (decimal): -7471089 or 983182. OLE color: 983182.

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

Color convert

RGB142015-
CMYK010.890.44
HSL353.66º100%27.84%-
HSV(B)353.66º100%55.69%-
XYZ11.245.790.98-
YUV44.17111.54197.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 90.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=90.45%
G=0%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142015010.890.44353.6610027.84
Hex8E0F064592C162641c
Octal21601701441315454214434
Binary1000111001111011001001011001101100101100010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,0,15); }

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

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

 a { background-color: rgb(142,0,15); }

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

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

 span { border-color: rgb(142,0,15); }

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