Html Css Color HEX #800830 Burgundy

📋 copy color: '#800830'

red 128 ◦ green 8 ◦ blue 48

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

Shades of Burgundy #800830

Tints of Burgundy #800830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 48 (19.14% from 255) = 26.09%

R = 69.57%
G = 4.35%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#800830 (or 0x800830) is known color: Burgundy. HEX triplet: 80, 08 and 30. RGB value is (128,8,48). Sum of RGB (Red+Green+Blue) = 128+8+48=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 48 (19.14% from 255 or 26.09% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #800830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800830 is #7FF7CF. Grayscale: #303030. Windows color (decimal): -8386512 or 3147904. OLE color: 3147904.

HSL color Cylindrical-coordinate representation of color #800830: hue angle of 340º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800830 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 48 -
CMYK 0 0.94 0.62 0.50
HSL 340º 0.88% 0.27% -
HSV(B) 340º 0.94% 0.5% -
XYZ 9.52 4.98 3.25 -
YUV 48.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 128 8 48 0 0.94 0.62 0.50 340 0.88 0.27
Hex 80 8 30 0 5E 3E 32 154 58 1B
Octal 200 10 60 0 136 76 62 524 130 33
Binary 10000000 1000 110000 0 1011110 111110 110010 101010100 1011000 11011

Color Harmonies of #800830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800830

Black with #800830

Text Example


Text Example

White with #800830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800830; }

 p { color: rgb(128,8,48); }

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

background-color css

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

 a { background-color: rgb(128,8,48); }

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

border-color css

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

 span { border-color: rgb(128,8,48); }

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