Html Css Color HEX #8B0B0C Sangria

📋 copy color: '#8B0B0C'

red 139 ◦ green 11 ◦ blue 12

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

Shades of Sangria #8B0B0C

Tints of Sangria #8B0B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.79%

 BLUE value IS 12 (5.08% from 255) = 7.41%

R = 85.8%
G = 6.79%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B0B0C (or 0x8B0B0C) is known color: Sangria. HEX triplet: 8B, 0B and 0C. RGB value is (139,11,12). Sum of RGB (Red+Green+Blue) = 139+11+12=162 (21% of max value = 765). Red value is 139 (54.69% from 255 or 85.80% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0B0C is #74F4F3. Grayscale: #313131. Windows color (decimal): -7664884 or 789387. OLE color: 789387.

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

Color convert

RGB 139 11 12 -
CMYK 0 0.92 0.91 0.45
HSL 359.53º 0.85% 0.29% -
HSV(B) 359.53º 0.92% 0.55% -
XYZ 10.83 5.75 0.89 -
YUV 49.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 139 11 12 0 0.92 0.91 0.45 359.53 0.85 0.29
Hex 8B B C 0 5C 5B 2D 168 55 1D
Octal 213 13 14 0 134 133 55 550 125 35
Binary 10001011 1011 1100 0 1011100 1011011 101101 101101000 1010101 11101

Color Harmonies of #8B0B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B0C

Black with #8B0B0C

Text Example


Text Example

White with #8B0B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,11,12); }

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

background-color css

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

 a { background-color: rgb(139,11,12); }

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

border-color css

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

 span { border-color: rgb(139,11,12); }

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