Html Css Color HEX #80002C Burgundy

📋 copy color: '#80002C'

red 128 ◦ green 0 ◦ blue 44

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

Shades of Burgundy #80002C

Tints of Burgundy #80002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.58%

R = 74.42%
G = 0%
B = 25.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80002C (or 0x80002C) is known color: Burgundy. HEX triplet: 80, 00 and 2C. RGB value is (128,0,44). Sum of RGB (Red+Green+Blue) = 128+0+44=172 (22% of max value = 765). Red value is 128 (50.39% from 255 or 74.42% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 128 - color contains mainly: red. Hex color #80002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #80002C is #7FFFD3. Grayscale: #2B2B2B. Windows color (decimal): -8388564 or 2883712. OLE color: 2883712.

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

Color convert

RGB 128 0 44 -
CMYK 0 1 0.66 0.50
HSL 339.38º 1% 0.25% -
HSV(B) 339.38º 1% 0.5% -
XYZ 9.36 4.77 2.81 -
YUV 43.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 128 0 44 0 1 0.66 0.50 339.38 1 0.25
Hex 80 0 2C 0 64 42 32 153 64 19
Octal 200 0 54 0 144 102 62 523 144 31
Binary 10000000 0 101100 0 1100100 1000010 110010 101010011 1100100 11001

Color Harmonies of #80002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80002C

Black with #80002C

Text Example


Text Example

White with #80002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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