Html Css Color HEX #80012D Burgundy

📋 copy color: '#80012D'

red 128 ◦ green 1 ◦ blue 45

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

Shades of Burgundy #80012D

Tints of Burgundy #80012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 73.56%
G = 0.57%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#80012D (or 0x80012D) is known color: Burgundy. HEX triplet: 80, 01 and 2D. RGB value is (128,1,45). Sum of RGB (Red+Green+Blue) = 128+1+45=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #80012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80012D is #7FFED2. Grayscale: #2B2B2B. Windows color (decimal): -8388307 or 2949504. OLE color: 2949504.

HSL color Cylindrical-coordinate representation of color #80012D: hue angle of 339.21º 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 #80012D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 45 -
CMYK 0 0.99 0.65 0.50
HSL 339.21º 0.98% 0.25% -
HSV(B) 339.21º 0.99% 0.5% -
XYZ 9.39 4.8 2.91 -
YUV 43.99 128.58 187.92 -
System Red Green Blue C M Y K H S L
Decimal 128 1 45 0 0.99 0.65 0.50 339.21 0.98 0.25
Hex 80 1 2D 0 63 41 32 153 62 19
Octal 200 1 55 0 143 101 62 523 142 31
Binary 10000000 1 101101 0 1100011 1000001 110010 101010011 1100010 11001

Color Harmonies of #80012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80012D

Black with #80012D

Text Example


Text Example

White with #80012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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