Html Css Color HEX #80002A Burgundy

📋 copy color: '#80002A'

red 128 ◦ green 0 ◦ blue 42

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

Shades of Burgundy #80002A

Tints of Burgundy #80002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.71%

R = 75.29%
G = 0%
B = 24.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#80002A (or 0x80002A) is known color: Burgundy. HEX triplet: 80, 00 and 2A. RGB value is (128,0,42). Sum of RGB (Red+Green+Blue) = 128+0+42=170 (22% of max value = 765). Red value is 128 (50.39% from 255 or 75.29% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 128 - color contains mainly: red. Hex color #80002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80002A is #7FFFD5. Grayscale: #2B2B2B. Windows color (decimal): -8388566 or 2752640. OLE color: 2752640.

HSL color Cylindrical-coordinate representation of color #80002A: hue angle of 340.31º 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 #80002A is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 0 42 -
CMYK 0 1 0.67 0.50
HSL 340.31º 1% 0.25% -
HSV(B) 340.31º 1% 0.5% -
XYZ 9.32 4.76 2.62 -
YUV 43.06 127.41 188.58 -
System Red Green Blue C M Y K H S L
Decimal 128 0 42 0 1 0.67 0.50 340.31 1 0.25
Hex 80 0 2A 0 64 43 32 154 64 19
Octal 200 0 52 0 144 103 62 524 144 31
Binary 10000000 0 101010 0 1100100 1000011 110010 101010100 1100100 11001

Color Harmonies of #80002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80002A

Black with #80002A

Text Example


Text Example

White with #80002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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