#8D070B

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

Shades of Sangria #8D070B

Tints of Sangria #8D070B

Color information

#8D070B (or 0x8D070B) is unknown color: approx Sangria. HEX triplet: 8D, 07 and 0B. RGB value is (141,7,11). Sum of RGB (Red+Green+Blue) = 141+7+11=159 (21% of max value = 765). Red value is 141 (55.47% from 255 or 88.68% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 141 - color contains mainly: red. Hex color #8D070B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D070B is #72F8F4. Grayscale: #2F2F2F. Windows color (decimal): -7534837 or 722829. OLE color: 722829.

HSL color Cylindrical-coordinate representation of color #8D070B: hue angle of 358.21º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8D070B is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB141711-
CMYK00.950.920.45
HSL358.21º90.54%29.02%-
HSV(B)358.21º95.04%55.29%-
XYZ11.125.840.86-
YUV47.52107.39194.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 88.68%
GREEN value IS 7 (3.12% from 255) = 4.40%
BLUE value IS 11 (4.69% from 255) = 6.92%
R=88.68%
G=4.40%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14171100.950.920.45358.2190.5429.02
Hex8D7B05F5C2D1665b1d
Octal21571301371345554613335
Binary100011011111011010111111011100101101101100110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,7,11); }

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

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

 a { background-color: rgb(141,7,11); }

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

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

 span { border-color: rgb(141,7,11); }

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