Html Css Color HEX #8B080D Sangria

📋 copy color: '#8B080D'

red 139 ◦ green 8 ◦ blue 13

#8B080D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #8B080D

Tints of Sangria #8B080D

RGB

 RED value IS 139 (54.69% from 255) = 86.88%

 GREEN value IS 8 (3.52% from 255) = 5%

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 86.88%
G = 5%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B080D (or 0x8B080D) is known color: Sangria. HEX triplet: 8B, 08 and 0D. RGB value is (139,8,13). Sum of RGB (Red+Green+Blue) = 139+8+13=160 (21% of max value = 765). Red value is 139 (54.69% from 255 or 86.88% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 139 - color contains mainly: red. Hex color #8B080D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B080D is #74F7F2. Grayscale: #2F2F2F. Windows color (decimal): -7665651 or 854155. OLE color: 854155.

HSL color Cylindrical-coordinate representation of color #8B080D: hue angle of 357.71º degrees, saturation: 0.89, 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 #8B080D is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 8 13 -
CMYK 0 0.94 0.91 0.45
HSL 357.71º 0.89% 0.29% -
HSV(B) 357.71º 0.94% 0.55% -
XYZ 10.81 5.69 0.91 -
YUV 47.74 108.4 193.09 -
System Red Green Blue C M Y K H S L
Decimal 139 8 13 0 0.94 0.91 0.45 357.71 0.89 0.29
Hex 8B 8 D 0 5E 5B 2D 166 59 1D
Octal 213 10 15 0 136 133 55 546 131 35
Binary 10001011 1000 1101 0 1011110 1011011 101101 101100110 1011001 11101

Color Harmonies of #8B080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B080D

Black with #8B080D

Text Example


Text Example

White with #8B080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,8,13); }

 H1.HeaderClassName
 {
   color: #8B080D;
 }
 .AnyTagClassName
 {
   color: #8B080D;
 }
</style>

background-color css

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

 a { background-color: rgb(139,8,13); }

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

border-color css

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

 span { border-color: rgb(139,8,13); }

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