Html Css Color HEX #80062E Burgundy

📋 copy color: '#80062E'

red 128 ◦ green 6 ◦ blue 46

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

Shades of Burgundy #80062E

Tints of Burgundy #80062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

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

R = 71.11%
G = 3.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80062E (or 0x80062E) is known color: Burgundy. HEX triplet: 80, 06 and 2E. RGB value is (128,6,46). Sum of RGB (Red+Green+Blue) = 128+6+46=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 46 (18.36% from 255 or 25.56% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #80062E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80062E is #7FF9D1. Grayscale: #2F2F2F. Windows color (decimal): -8387026 or 3016320. OLE color: 3016320.

HSL color Cylindrical-coordinate representation of color #80062E: hue angle of 340.33º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80062E is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 6 46 -
CMYK 0 0.95 0.64 0.50
HSL 340.33º 0.91% 0.26% -
HSV(B) 340.33º 0.95% 0.5% -
XYZ 9.46 4.92 3.04 -
YUV 47.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 128 6 46 0 0.95 0.64 0.50 340.33 0.91 0.26
Hex 80 6 2E 0 5F 40 32 154 5B 1A
Octal 200 6 56 0 137 100 62 524 133 32
Binary 10000000 110 101110 0 1011111 1000000 110010 101010100 1011011 11010

Color Harmonies of #80062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80062E

Black with #80062E

Text Example


Text Example

White with #80062E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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