Html Css Color HEX #8D040E Sangria

📋 copy color: '#8D040E'

red 141 ◦ green 4 ◦ blue 14

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

Shades of Sangria #8D040E

Tints of Sangria #8D040E

RGB

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

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

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

R = 88.68%
G = 2.52%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8D040E (or 0x8D040E) is known color: Sangria. HEX triplet: 8D, 04 and 0E. RGB value is (141,4,14). Sum of RGB (Red+Green+Blue) = 141+4+14=159 (21% of max value = 765). Red value is 141 (55.47% from 255 or 88.68% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 141 - color contains mainly: red. Hex color #8D040E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D040E is #72FBF1. Grayscale: #2E2E2E. Windows color (decimal): -7535602 or 918669. OLE color: 918669.

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

Color convert

RGB 141 4 14 -
CMYK 0 0.97 0.90 0.45
HSL 355.62º 0.94% 0.28% -
HSV(B) 355.62º 0.97% 0.55% -
XYZ 11.11 5.78 0.95 -
YUV 46.1 109.89 195.69 -
System Red Green Blue C M Y K H S L
Decimal 141 4 14 0 0.97 0.90 0.45 355.62 0.94 0.28
Hex 8D 4 E 0 61 5A 2D 164 5E 1C
Octal 215 4 16 0 141 132 55 544 136 34
Binary 10001101 100 1110 0 1100001 1011010 101101 101100100 1011110 11100

Color Harmonies of #8D040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D040E

Black with #8D040E

Text Example


Text Example

White with #8D040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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