Html Css Color HEX #8D020E Sangria

📋 copy color: '#8D020E'

red 141 ◦ green 2 ◦ blue 14

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

Shades of Sangria #8D020E

Tints of Sangria #8D020E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.92%

R = 89.81%
G = 1.27%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8D020E (or 0x8D020E) is known color: Sangria. HEX triplet: 8D, 02 and 0E. RGB value is (141,2,14). Sum of RGB (Red+Green+Blue) = 141+2+14=157 (20% of max value = 765). Red value is 141 (55.47% from 255 or 89.81% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 14 (5.86% from 255 or 8.92% from 157); Max value from RGB is 141 - color contains mainly: red. Hex color #8D020E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D020E is #72FDF1. Grayscale: #2D2D2D. Windows color (decimal): -7536114 or 918157. OLE color: 918157.

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

Color convert

RGB 141 2 14 -
CMYK 0 0.99 0.90 0.45
HSL 354.82º 0.97% 0.28% -
HSV(B) 354.82º 0.99% 0.55% -
XYZ 11.09 5.74 0.94 -
YUV 44.93 110.55 196.52 -
System Red Green Blue C M Y K H S L
Decimal 141 2 14 0 0.99 0.90 0.45 354.82 0.97 0.28
Hex 8D 2 E 0 63 5A 2D 163 61 1C
Octal 215 2 16 0 143 132 55 543 141 34
Binary 10001101 10 1110 0 1100011 1011010 101101 101100011 1100001 11100

Color Harmonies of #8D020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D020E

Black with #8D020E

Text Example


Text Example

White with #8D020E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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