Html Css Color HEX #80002E Burgundy

📋 copy color: '#80002E'

red 128 ◦ green 0 ◦ blue 46

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

Shades of Burgundy #80002E

Tints of Burgundy #80002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 73.56%
G = 0%
B = 26.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80002E (or 0x80002E) is known color: Burgundy. HEX triplet: 80, 00 and 2E. RGB value is (128,0,46). Sum of RGB (Red+Green+Blue) = 128+0+46=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #80002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80002E is #7FFFD1. Grayscale: #2B2B2B. Windows color (decimal): -8388562 or 3014784. OLE color: 3014784.

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

Color convert

RGB 128 0 46 -
CMYK 0 1 0.64 0.50
HSL 338.44º 1% 0.25% -
HSV(B) 338.44º 1% 0.5% -
XYZ 9.4 4.79 3.01 -
YUV 43.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 128 0 46 0 1 0.64 0.50 338.44 1 0.25
Hex 80 0 2E 0 64 40 32 152 64 19
Octal 200 0 56 0 144 100 62 522 144 31
Binary 10000000 0 101110 0 1100100 1000000 110010 101010010 1100100 11001

Color Harmonies of #80002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80002E

Black with #80002E

Text Example


Text Example

White with #80002E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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