Html Css Color HEX #800232 Burgundy

📋 copy color: '#800232'

red 128 ◦ green 2 ◦ blue 50

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

Shades of Burgundy #800232

Tints of Burgundy #800232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.11%

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

R = 71.11%
G = 1.11%
B = 27.78%

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

#800232 (or 0x800232) is known color: Burgundy. HEX triplet: 80, 02 and 32. RGB value is (128,2,50). Sum of RGB (Red+Green+Blue) = 128+2+50=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 2 (1.17% from 255 or 1.11% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #800232 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800232 is #7FFDCD. Grayscale: #2D2D2D. Windows color (decimal): -8388046 or 3277440. OLE color: 3277440.

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

Color convert

RGB 128 2 50 -
CMYK 0 0.98 0.61 0.50
HSL 337.14º 0.97% 0.25% -
HSV(B) 337.14º 0.98% 0.5% -
XYZ 9.5 4.86 3.46 -
YUV 45.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 128 2 50 0 0.98 0.61 0.50 337.14 0.97 0.25
Hex 80 2 32 0 62 3D 32 151 61 19
Octal 200 2 62 0 142 75 62 521 141 31
Binary 10000000 10 110010 0 1100010 111101 110010 101010001 1100001 11001

Color Harmonies of #800232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800232

Black with #800232

Text Example


Text Example

White with #800232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800232; }

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

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

background-color css

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

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

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

border-color css

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

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

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