Html Css Color HEX #8D040A Sangria

📋 copy color: '#8D040A'

red 141 ◦ green 4 ◦ blue 10

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

Shades of Sangria #8D040A

Tints of Sangria #8D040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 10 (4.3% from 255) = 6.45%

R = 90.97%
G = 2.58%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8D040A (or 0x8D040A) is known color: Sangria. HEX triplet: 8D, 04 and 0A. RGB value is (141,4,10). Sum of RGB (Red+Green+Blue) = 141+4+10=155 (20% of max value = 765). Red value is 141 (55.47% from 255 or 90.97% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 141 - color contains mainly: red. Hex color #8D040A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D040A is #72FBF5. Grayscale: #2D2D2D. Windows color (decimal): -7535606 or 656525. OLE color: 656525.

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

Color convert

RGB 141 4 10 -
CMYK 0 0.97 0.93 0.45
HSL 357.37º 0.94% 0.28% -
HSV(B) 357.37º 0.97% 0.55% -
XYZ 11.08 5.77 0.82 -
YUV 45.65 107.89 196.01 -
System Red Green Blue C M Y K H S L
Decimal 141 4 10 0 0.97 0.93 0.45 357.37 0.94 0.28
Hex 8D 4 A 0 61 5D 2D 165 5E 1C
Octal 215 4 12 0 141 135 55 545 136 34
Binary 10001101 100 1010 0 1100001 1011101 101101 101100101 1011110 11100

Color Harmonies of #8D040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D040A

Black with #8D040A

Text Example


Text Example

White with #8D040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,4,10); }

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

background-color css

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

 a { background-color: rgb(141,4,10); }

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

border-color css

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

 span { border-color: rgb(141,4,10); }

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