Html Css Color HEX #800930 Burgundy

📋 copy color: '#800930'

red 128 ◦ green 9 ◦ blue 48

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

Shades of Burgundy #800930

Tints of Burgundy #800930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

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

R = 69.19%
G = 4.86%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#800930 (or 0x800930) is known color: Burgundy. HEX triplet: 80, 09 and 30. RGB value is (128,9,48). Sum of RGB (Red+Green+Blue) = 128+9+48=185 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.19% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 128 - color contains mainly: red. Hex color #800930 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800930 is #7FF6CF. Grayscale: #303030. Windows color (decimal): -8386256 or 3148160. OLE color: 3148160.

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

Color convert

RGB 128 9 48 -
CMYK 0 0.93 0.62 0.50
HSL 340.34º 0.87% 0.27% -
HSV(B) 340.34º 0.93% 0.5% -
XYZ 9.53 5 3.26 -
YUV 49.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 128 9 48 0 0.93 0.62 0.50 340.34 0.87 0.27
Hex 80 9 30 0 5D 3E 32 154 57 1B
Octal 200 11 60 0 135 76 62 524 127 33
Binary 10000000 1001 110000 0 1011101 111110 110010 101010100 1010111 11011

Color Harmonies of #800930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800930

Black with #800930

Text Example


Text Example

White with #800930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800930; }

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

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

background-color css

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

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

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

border-color css

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

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

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