Html Css Color HEX #800D2B Burgundy

📋 copy color: '#800D2B'

red 128 ◦ green 13 ◦ blue 43

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

Shades of Burgundy #800D2B

Tints of Burgundy #800D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 23.37%

R = 69.57%
G = 7.07%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#800D2B (or 0x800D2B) is known color: Burgundy. HEX triplet: 80, 0D and 2B. RGB value is (128,13,43). Sum of RGB (Red+Green+Blue) = 128+13+43=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 43 (17.19% from 255 or 23.37% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #800D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800D2B is #7FF2D4. Grayscale: #323232. Windows color (decimal): -8385237 or 2821504. OLE color: 2821504.

HSL color Cylindrical-coordinate representation of color #800D2B: hue angle of 344.35º 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 #800D2B is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 13 43 -
CMYK 0 0.90 0.66 0.50
HSL 344.35º 0.82% 0.28% -
HSV(B) 344.35º 0.9% 0.5% -
XYZ 9.48 5.05 2.76 -
YUV 50.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 128 13 43 0 0.90 0.66 0.50 344.35 0.82 0.28
Hex 80 D 2B 0 5A 42 32 158 52 1C
Octal 200 15 53 0 132 102 62 530 122 34
Binary 10000000 1101 101011 0 1011010 1000010 110010 101011000 1010010 11100

Color Harmonies of #800D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800D2B

Black with #800D2B

Text Example


Text Example

White with #800D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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