Html Css Color HEX #8D060B Sangria

📋 copy color: '#8D060B'

red 141 ◦ green 6 ◦ blue 11

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

Shades of Sangria #8D060B

Tints of Sangria #8D060B

RGB

 RED value IS 141 (55.47% from 255) = 89.24%

 GREEN value IS 6 (2.73% from 255) = 3.8%

 BLUE value IS 11 (4.69% from 255) = 6.96%

R = 89.24%
G = 3.8%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8D060B (or 0x8D060B) is known color: Sangria. HEX triplet: 8D, 06 and 0B. RGB value is (141,6,11). Sum of RGB (Red+Green+Blue) = 141+6+11=158 (20% of max value = 765). Red value is 141 (55.47% from 255 or 89.24% from 158); Green value is 6 (2.73% from 255 or 3.80% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 141 - color contains mainly: red. Hex color #8D060B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D060B is #72F9F4. Grayscale: #2F2F2F. Windows color (decimal): -7535093 or 722573. OLE color: 722573.

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

Color convert

RGB 141 6 11 -
CMYK 0 0.96 0.92 0.45
HSL 357.78º 0.92% 0.29% -
HSV(B) 357.78º 0.96% 0.55% -
XYZ 11.11 5.82 0.85 -
YUV 46.94 107.73 195.09 -
System Red Green Blue C M Y K H S L
Decimal 141 6 11 0 0.96 0.92 0.45 357.78 0.92 0.29
Hex 8D 6 B 0 60 5C 2D 166 5C 1D
Octal 215 6 13 0 140 134 55 546 134 35
Binary 10001101 110 1011 0 1100000 1011100 101101 101100110 1011100 11101

Color Harmonies of #8D060B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D060B

Black with #8D060B

Text Example


Text Example

White with #8D060B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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