Html Css Color HEX #80002B Burgundy

📋 copy color: '#80002B'

red 128 ◦ green 0 ◦ blue 43

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

Shades of Burgundy #80002B

Tints of Burgundy #80002B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.85%
G = 0%
B = 25.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80002B (or 0x80002B) is known color: Burgundy. HEX triplet: 80, 00 and 2B. RGB value is (128,0,43). Sum of RGB (Red+Green+Blue) = 128+0+43=171 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.85% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 128 - color contains mainly: red. Hex color #80002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80002B is #7FFFD4. Grayscale: #2B2B2B. Windows color (decimal): -8388565 or 2818176. OLE color: 2818176.

HSL color Cylindrical-coordinate representation of color #80002B: hue angle of 339.84º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80002B is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 43 -
CMYK 0 1 0.66 0.50
HSL 339.84º 1% 0.25% -
HSV(B) 339.84º 1% 0.5% -
XYZ 9.34 4.76 2.71 -
YUV 43.17 127.91 188.5 -
System Red Green Blue C M Y K H S L
Decimal 128 0 43 0 1 0.66 0.50 339.84 1 0.25
Hex 80 0 2B 0 64 42 32 154 64 19
Octal 200 0 53 0 144 102 62 524 144 31
Binary 10000000 0 101011 0 1100100 1000010 110010 101010100 1100100 11001

Color Harmonies of #80002B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80002B

Black with #80002B

Text Example


Text Example

White with #80002B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80002B; }

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

 H1.HeaderClassName
 {
   color: #80002B;
 }
 .AnyTagClassName
 {
   color: #80002B;
 }
</style>

background-color css

<style>
 a { background-color: #80002B; }

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

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

border-color css

<style>
 span { border-color: #80002B; }

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

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