Html Css Color HEX #800033 Burgundy

📋 copy color: '#800033'

red 128 ◦ green 0 ◦ blue 51

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

Shades of Burgundy #800033

Tints of Burgundy #800033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 28.49%

R = 71.51%
G = 0%
B = 28.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#800033 (or 0x800033) is known color: Burgundy. HEX triplet: 80, 00 and 33. RGB value is (128,0,51). Sum of RGB (Red+Green+Blue) = 128+0+51=179 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.51% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 51 (20.31% from 255 or 28.49% from 179); Max value from RGB is 128 - color contains mainly: red. Hex color #800033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800033 is #7FFFCC. Grayscale: #2C2C2C. Windows color (decimal): -8388557 or 3342464. OLE color: 3342464.

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

Color convert

RGB 128 0 51 -
CMYK 0 1 0.60 0.50
HSL 336.09º 1% 0.25% -
HSV(B) 336.09º 1% 0.5% -
XYZ 9.5 4.83 3.56 -
YUV 44.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 128 0 51 0 1 0.60 0.50 336.09 1 0.25
Hex 80 0 33 0 64 3C 32 150 64 19
Octal 200 0 63 0 144 74 62 520 144 31
Binary 10000000 0 110011 0 1100100 111100 110010 101010000 1100100 11001

Color Harmonies of #800033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800033

Black with #800033

Text Example


Text Example

White with #800033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800033; }

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

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

background-color css

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

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

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

border-color css

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

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

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