#8D090B

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

Shades of Sangria #8D090B

Tints of Sangria #8D090B

Color information

#8D090B (or 0x8D090B) is unknown color: approx Sangria. HEX triplet: 8D, 09 and 0B. RGB value is (141,9,11). Sum of RGB (Red+Green+Blue) = 141+9+11=161 (21% of max value = 765). Red value is 141 (55.47% from 255 or 87.58% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 141 - color contains mainly: red. Hex color #8D090B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D090B is #72F6F4. Grayscale: #303030. Windows color (decimal): -7534325 or 723341. OLE color: 723341.

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

Color convert

RGB141911-
CMYK00.940.920.45
HSL359.09º88%29.41%-
HSV(B)359.09º93.62%55.29%-
XYZ11.145.880.86-
YUV48.7106.73193.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 87.58%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=87.58%
G=5.59%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14191100.940.920.45359.098829.41
Hex8D9B05E5C2D167581d
Octal215111301361345554713035
Binary1000110110011011010111101011100101101101100111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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