Html Css Color HEX #8D030F Sangria

📋 copy color: '#8D030F'

red 141 ◦ green 3 ◦ blue 15

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

Shades of Sangria #8D030F

Tints of Sangria #8D030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 88.68%
G = 1.89%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.45

RGB Variations

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

Color information

#8D030F (or 0x8D030F) is known color: Sangria. HEX triplet: 8D, 03 and 0F. RGB value is (141,3,15). Sum of RGB (Red+Green+Blue) = 141+3+15=159 (21% of max value = 765). Red value is 141 (55.47% from 255 or 88.68% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 141 - color contains mainly: red. Hex color #8D030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D030F is #72FCF0. Grayscale: #2D2D2D. Windows color (decimal): -7535857 or 983949. OLE color: 983949.

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

Color convert

RGB 141 3 15 -
CMYK 0 0.98 0.89 0.45
HSL 354.78º 0.96% 0.28% -
HSV(B) 354.78º 0.98% 0.55% -
XYZ 11.1 5.76 0.98 -
YUV 45.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 141 3 15 0 0.98 0.89 0.45 354.78 0.96 0.28
Hex 8D 3 F 0 62 59 2D 163 60 1C
Octal 215 3 17 0 142 131 55 543 140 34
Binary 10001101 11 1111 0 1100010 1011001 101101 101100011 1100000 11100

Color Harmonies of #8D030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D030F

Black with #8D030F

Text Example


Text Example

White with #8D030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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