Html Css Color HEX #800133 Burgundy

📋 copy color: '#800133'

red 128 ◦ green 1 ◦ blue 51

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

Shades of Burgundy #800133

Tints of Burgundy #800133

RGB

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

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

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

R = 71.11%
G = 0.56%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#800133 (or 0x800133) is known color: Burgundy. HEX triplet: 80, 01 and 33. RGB value is (128,1,51). Sum of RGB (Red+Green+Blue) = 128+1+51=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #800133 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800133 is #7FFECC. Grayscale: #2C2C2C. Windows color (decimal): -8388301 or 3342720. OLE color: 3342720.

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

Color convert

RGB 128 1 51 -
CMYK 0 0.99 0.60 0.50
HSL 336.38º 0.98% 0.25% -
HSV(B) 336.38º 0.99% 0.5% -
XYZ 9.51 4.85 3.57 -
YUV 44.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 128 1 51 0 0.99 0.60 0.50 336.38 0.98 0.25
Hex 80 1 33 0 63 3C 32 150 62 19
Octal 200 1 63 0 143 74 62 520 142 31
Binary 10000000 1 110011 0 1100011 111100 110010 101010000 1100010 11001

Color Harmonies of #800133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800133

Black with #800133

Text Example


Text Example

White with #800133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800133; }

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

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

background-color css

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

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

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

border-color css

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

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

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