Html Css Color HEX #8D060D Sangria

📋 copy color: '#8D060D'

red 141 ◦ green 6 ◦ blue 13

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

Shades of Sangria #8D060D

Tints of Sangria #8D060D

RGB

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

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

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

R = 88.13%
G = 3.75%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D060D (or 0x8D060D) is known color: Sangria. HEX triplet: 8D, 06 and 0D. RGB value is (141,6,13). Sum of RGB (Red+Green+Blue) = 141+6+13=160 (21% of max value = 765). Red value is 141 (55.47% from 255 or 88.12% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 141 - color contains mainly: red. Hex color #8D060D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D060D is #72F9F2. Grayscale: #2F2F2F. Windows color (decimal): -7535091 or 853645. OLE color: 853645.

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

Color convert

RGB 141 6 13 -
CMYK 0 0.96 0.91 0.45
HSL 356.89º 0.92% 0.29% -
HSV(B) 356.89º 0.96% 0.55% -
XYZ 11.12 5.82 0.92 -
YUV 47.16 108.73 194.93 -
System Red Green Blue C M Y K H S L
Decimal 141 6 13 0 0.96 0.91 0.45 356.89 0.92 0.29
Hex 8D 6 D 0 60 5B 2D 165 5C 1D
Octal 215 6 15 0 140 133 55 545 134 35
Binary 10001101 110 1101 0 1100000 1011011 101101 101100101 1011100 11101

Color Harmonies of #8D060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D060D

Black with #8D060D

Text Example


Text Example

White with #8D060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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