Html Css Color HEX #8D0204 Sangria

📋 copy color: '#8D0204'

red 141 ◦ green 2 ◦ blue 4

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

Shades of Sangria #8D0204

Tints of Sangria #8D0204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

 BLUE value IS 4 (1.95% from 255) = 2.72%

R = 95.92%
G = 1.36%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8D0204 (or 0x8D0204) is known color: Sangria. HEX triplet: 8D, 02 and 04. RGB value is (141,2,4). Sum of RGB (Red+Green+Blue) = 141+2+4=147 (19% of max value = 765). Red value is 141 (55.47% from 255 or 95.92% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 4 (1.95% from 255 or 2.72% from 147); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0204 is #72FDFB. Grayscale: #2B2B2B. Windows color (decimal): -7536124 or 262797. OLE color: 262797.

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

Color convert

RGB 141 2 4 -
CMYK 0 0.99 0.97 0.45
HSL 359.14º 0.97% 0.28% -
HSV(B) 359.14º 0.99% 0.55% -
XYZ 11.03 5.71 0.64 -
YUV 43.79 105.55 197.34 -
System Red Green Blue C M Y K H S L
Decimal 141 2 4 0 0.99 0.97 0.45 359.14 0.97 0.28
Hex 8D 2 4 0 63 61 2D 167 61 1C
Octal 215 2 4 0 143 141 55 547 141 34
Binary 10001101 10 100 0 1100011 1100001 101101 101100111 1100001 11100

Color Harmonies of #8D0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0204

Black with #8D0204

Text Example


Text Example

White with #8D0204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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