Html Css Color HEX #800D22 Burgundy

📋 copy color: '#800D22'

red 128 ◦ green 13 ◦ blue 34

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

Shades of Burgundy #800D22

Tints of Burgundy #800D22

RGB

 RED value IS 128 (50.39% from 255) = 73.14%

 GREEN value IS 13 (5.47% from 255) = 7.43%

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

R = 73.14%
G = 7.43%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#800D22 (or 0x800D22) is known color: Burgundy. HEX triplet: 80, 0D and 22. RGB value is (128,13,34). Sum of RGB (Red+Green+Blue) = 128+13+34=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #800D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D22 is #7FF2DD. Grayscale: #313131. Windows color (decimal): -8385246 or 2231680. OLE color: 2231680.

HSL color Cylindrical-coordinate representation of color #800D22: hue angle of 349.04º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800D22 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 13 34 -
CMYK 0 0.90 0.73 0.50
HSL 349.04º 0.82% 0.28% -
HSV(B) 349.04º 0.9% 0.5% -
XYZ 9.33 4.99 1.99 -
YUV 49.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 128 13 34 0 0.90 0.73 0.50 349.04 0.82 0.28
Hex 80 D 22 0 5A 49 32 15D 52 1C
Octal 200 15 42 0 132 111 62 535 122 34
Binary 10000000 1101 100010 0 1011010 1001001 110010 101011101 1010010 11100

Color Harmonies of #800D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D22

Black with #800D22

Text Example


Text Example

White with #800D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800D22; }

 p { color: rgb(128,13,34); }

 H1.HeaderClassName
 {
   color: #800D22;
 }
 .AnyTagClassName
 {
   color: #800D22;
 }
</style>

background-color css

<style>
 a { background-color: #800D22; }

 a { background-color: rgb(128,13,34); }

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

border-color css

<style>
 span { border-color: #800D22; }

 span { border-color: rgb(128,13,34); }

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