Html Css Color HEX #800B2B Burgundy

📋 copy color: '#800B2B'

red 128 ◦ green 11 ◦ blue 43

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

Shades of Burgundy #800B2B

Tints of Burgundy #800B2B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.04%

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

R = 70.33%
G = 6.04%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#800B2B (or 0x800B2B) is known color: Burgundy. HEX triplet: 80, 0B and 2B. RGB value is (128,11,43). Sum of RGB (Red+Green+Blue) = 128+11+43=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 11 (4.69% from 255 or 6.04% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #800B2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800B2B is #7FF4D4. Grayscale: #313131. Windows color (decimal): -8385749 or 2820992. OLE color: 2820992.

HSL color Cylindrical-coordinate representation of color #800B2B: hue angle of 343.59º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B2B is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 11 43 -
CMYK 0 0.91 0.66 0.50
HSL 343.59º 0.84% 0.27% -
HSV(B) 343.59º 0.91% 0.5% -
XYZ 9.46 5 2.75 -
YUV 49.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 128 11 43 0 0.91 0.66 0.50 343.59 0.84 0.27
Hex 80 B 2B 0 5B 42 32 158 54 1B
Octal 200 13 53 0 133 102 62 530 124 33
Binary 10000000 1011 101011 0 1011011 1000010 110010 101011000 1010100 11011

Color Harmonies of #800B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B2B

Black with #800B2B

Text Example


Text Example

White with #800B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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