Html Css Color HEX #80012E Burgundy

📋 copy color: '#80012E'

red 128 ◦ green 1 ◦ blue 46

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

Shades of Burgundy #80012E

Tints of Burgundy #80012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 73.14%
G = 0.57%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.50

RGB Variations

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

Color information

#80012E (or 0x80012E) is known color: Burgundy. HEX triplet: 80, 01 and 2E. RGB value is (128,1,46). Sum of RGB (Red+Green+Blue) = 128+1+46=175 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.14% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 46 (18.36% from 255 or 26.29% from 175); Max value from RGB is 128 - color contains mainly: red. Hex color #80012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80012E is #7FFED1. Grayscale: #2C2C2C. Windows color (decimal): -8388306 or 3015040. OLE color: 3015040.

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

Color convert

RGB 128 1 46 -
CMYK 0 0.99 0.64 0.50
HSL 338.74º 0.98% 0.25% -
HSV(B) 338.74º 0.99% 0.5% -
XYZ 9.41 4.81 3.02 -
YUV 44.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 128 1 46 0 0.99 0.64 0.50 338.74 0.98 0.25
Hex 80 1 2E 0 63 40 32 153 62 19
Octal 200 1 56 0 143 100 62 523 142 31
Binary 10000000 1 101110 0 1100011 1000000 110010 101010011 1100010 11001

Color Harmonies of #80012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80012E

Black with #80012E

Text Example


Text Example

White with #80012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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