Html Css Color HEX #800332 Burgundy

📋 copy color: '#800332'

red 128 ◦ green 3 ◦ blue 50

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

Shades of Burgundy #800332

Tints of Burgundy #800332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.66%

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 70.72%
G = 1.66%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.50

RGB Variations

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

Color information

#800332 (or 0x800332) is known color: Burgundy. HEX triplet: 80, 03 and 32. RGB value is (128,3,50). Sum of RGB (Red+Green+Blue) = 128+3+50=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #800332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800332 is #7FFCCD. Grayscale: #2D2D2D. Windows color (decimal): -8387790 or 3277696. OLE color: 3277696.

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

Color convert

RGB 128 3 50 -
CMYK 0 0.98 0.61 0.50
HSL 337.44º 0.95% 0.26% -
HSV(B) 337.44º 0.98% 0.5% -
XYZ 9.51 4.88 3.46 -
YUV 45.73 130.41 186.68 -
System Red Green Blue C M Y K H S L
Decimal 128 3 50 0 0.98 0.61 0.50 337.44 0.95 0.26
Hex 80 3 32 0 62 3D 32 151 5F 1A
Octal 200 3 62 0 142 75 62 521 137 32
Binary 10000000 11 110010 0 1100010 111101 110010 101010001 1011111 11010

Color Harmonies of #800332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800332

Black with #800332

Text Example


Text Example

White with #800332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800332; }

 p { color: rgb(128,3,50); }

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

background-color css

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

 a { background-color: rgb(128,3,50); }

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

border-color css

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

 span { border-color: rgb(128,3,50); }

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