Html Css Color HEX #8D030D Sangria

📋 copy color: '#8D030D'

red 141 ◦ green 3 ◦ blue 13

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

Shades of Sangria #8D030D

Tints of Sangria #8D030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.91%

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

R = 89.81%
G = 1.91%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8D030D (or 0x8D030D) is known color: Sangria. HEX triplet: 8D, 03 and 0D. RGB value is (141,3,13). Sum of RGB (Red+Green+Blue) = 141+3+13=157 (20% of max value = 765). Red value is 141 (55.47% from 255 or 89.81% from 157); Green value is 3 (1.56% from 255 or 1.91% from 157); Blue value is 13 (5.47% from 255 or 8.28% from 157); Max value from RGB is 141 - color contains mainly: red. Hex color #8D030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D030D is #72FCF2. Grayscale: #2D2D2D. Windows color (decimal): -7535859 or 852877. OLE color: 852877.

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

Color convert

RGB 141 3 13 -
CMYK 0 0.98 0.91 0.45
HSL 355.65º 0.96% 0.28% -
HSV(B) 355.65º 0.98% 0.55% -
XYZ 11.09 5.76 0.91 -
YUV 45.4 109.72 196.19 -
System Red Green Blue C M Y K H S L
Decimal 141 3 13 0 0.98 0.91 0.45 355.65 0.96 0.28
Hex 8D 3 D 0 62 5B 2D 164 60 1C
Octal 215 3 15 0 142 133 55 544 140 34
Binary 10001101 11 1101 0 1100010 1011011 101101 101100100 1100000 11100

Color Harmonies of #8D030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D030D

Black with #8D030D

Text Example


Text Example

White with #8D030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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