Html Css Color HEX #8D020D Sangria

📋 copy color: '#8D020D'

red 141 ◦ green 2 ◦ blue 13

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

Shades of Sangria #8D020D

Tints of Sangria #8D020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.28%

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

R = 90.38%
G = 1.28%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D020D (or 0x8D020D) is known color: Sangria. HEX triplet: 8D, 02 and 0D. RGB value is (141,2,13). Sum of RGB (Red+Green+Blue) = 141+2+13=156 (20% of max value = 765). Red value is 141 (55.47% from 255 or 90.38% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 141 - color contains mainly: red. Hex color #8D020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D020D is #72FDF2. Grayscale: #2C2C2C. Windows color (decimal): -7536115 or 852621. OLE color: 852621.

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

Color convert

RGB 141 2 13 -
CMYK 0 0.99 0.91 0.45
HSL 355.25º 0.97% 0.28% -
HSV(B) 355.25º 0.99% 0.55% -
XYZ 11.08 5.74 0.9 -
YUV 44.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 141 2 13 0 0.99 0.91 0.45 355.25 0.97 0.28
Hex 8D 2 D 0 63 5B 2D 163 61 1C
Octal 215 2 15 0 143 133 55 543 141 34
Binary 10001101 10 1101 0 1100011 1011011 101101 101100011 1100001 11100

Color Harmonies of #8D020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D020D

Black with #8D020D

Text Example


Text Example

White with #8D020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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