Html Css Color HEX #8D070D Sangria

📋 copy color: '#8D070D'

red 141 ◦ green 7 ◦ blue 13

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

Shades of Sangria #8D070D

Tints of Sangria #8D070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

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

R = 87.58%
G = 4.35%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D070D (or 0x8D070D) is known color: Sangria. HEX triplet: 8D, 07 and 0D. RGB value is (141,7,13). Sum of RGB (Red+Green+Blue) = 141+7+13=161 (21% of max value = 765). Red value is 141 (55.47% from 255 or 87.58% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 141 - color contains mainly: red. Hex color #8D070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D070D is #72F8F2. Grayscale: #2F2F2F. Windows color (decimal): -7534835 or 853901. OLE color: 853901.

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

Color convert

RGB 141 7 13 -
CMYK 0 0.95 0.91 0.45
HSL 357.31º 0.91% 0.29% -
HSV(B) 357.31º 0.95% 0.55% -
XYZ 11.13 5.84 0.92 -
YUV 47.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 141 7 13 0 0.95 0.91 0.45 357.31 0.91 0.29
Hex 8D 7 D 0 5F 5B 2D 165 5B 1D
Octal 215 7 15 0 137 133 55 545 133 35
Binary 10001101 111 1101 0 1011111 1011011 101101 101100101 1011011 11101

Color Harmonies of #8D070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D070D

Black with #8D070D

Text Example


Text Example

White with #8D070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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