Html Css Color HEX #8D0222 Burgundy

📋 copy color: '#8D0222'

red 141 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #8D0222

Tints of Burgundy #8D0222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.21%

R = 79.66%
G = 1.13%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8D0222 (or 0x8D0222) is known color: Burgundy. HEX triplet: 8D, 02 and 22. RGB value is (141,2,34). Sum of RGB (Red+Green+Blue) = 141+2+34=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0222 is #72FDDD. Grayscale: #2F2F2F. Windows color (decimal): -7536094 or 2228877. OLE color: 2228877.

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

Color convert

RGB 141 2 34 -
CMYK 0 0.99 0.76 0.45
HSL 346.19º 0.97% 0.28% -
HSV(B) 346.19º 0.99% 0.55% -
XYZ 11.29 5.82 2.04 -
YUV 47.21 120.55 194.9 -
System Red Green Blue C M Y K H S L
Decimal 141 2 34 0 0.99 0.76 0.45 346.19 0.97 0.28
Hex 8D 2 22 0 63 4C 2D 15A 61 1C
Octal 215 2 42 0 143 114 55 532 141 34
Binary 10001101 10 100010 0 1100011 1001100 101101 101011010 1100001 11100

Color Harmonies of #8D0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0222

Black with #8D0222

Text Example


Text Example

White with #8D0222

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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