Html Css Color HEX #8D040B Sangria

📋 copy color: '#8D040B'

red 141 ◦ green 4 ◦ blue 11

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

Shades of Sangria #8D040B

Tints of Sangria #8D040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.05%

R = 90.38%
G = 2.56%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8D040B (or 0x8D040B) is known color: Sangria. HEX triplet: 8D, 04 and 0B. RGB value is (141,4,11). Sum of RGB (Red+Green+Blue) = 141+4+11=156 (20% of max value = 765). Red value is 141 (55.47% from 255 or 90.38% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 141 - color contains mainly: red. Hex color #8D040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D040B is #72FBF4. Grayscale: #2D2D2D. Windows color (decimal): -7535605 or 722061. OLE color: 722061.

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

Color convert

RGB 141 4 11 -
CMYK 0 0.97 0.92 0.45
HSL 356.93º 0.94% 0.28% -
HSV(B) 356.93º 0.97% 0.55% -
XYZ 11.09 5.77 0.85 -
YUV 45.76 108.39 195.93 -
System Red Green Blue C M Y K H S L
Decimal 141 4 11 0 0.97 0.92 0.45 356.93 0.94 0.28
Hex 8D 4 B 0 61 5C 2D 165 5E 1C
Octal 215 4 13 0 141 134 55 545 136 34
Binary 10001101 100 1011 0 1100001 1011100 101101 101100101 1011110 11100

Color Harmonies of #8D040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D040B

Black with #8D040B

Text Example


Text Example

White with #8D040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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