Html Css Color HEX #800826 Burgundy

📋 copy color: '#800826'

red 128 ◦ green 8 ◦ blue 38

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

Shades of Burgundy #800826

Tints of Burgundy #800826

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.84%

R = 73.56%
G = 4.6%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#800826 (or 0x800826) is known color: Burgundy. HEX triplet: 80, 08 and 26. RGB value is (128,8,38). Sum of RGB (Red+Green+Blue) = 128+8+38=174 (23% of max value = 765). Red value is 128 (50.39% from 255 or 73.56% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 128 - color contains mainly: red. Hex color #800826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800826 is #7FF7D9. Grayscale: #2F2F2F. Windows color (decimal): -8386522 or 2492544. OLE color: 2492544.

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

Color convert

RGB 128 8 38 -
CMYK 0 0.94 0.70 0.50
HSL 345º 0.88% 0.27% -
HSV(B) 345º 0.94% 0.5% -
XYZ 9.34 4.9 2.29 -
YUV 47.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 128 8 38 0 0.94 0.70 0.50 345 0.88 0.27
Hex 80 8 26 0 5E 46 32 159 58 1B
Octal 200 10 46 0 136 106 62 531 130 33
Binary 10000000 1000 100110 0 1011110 1000110 110010 101011001 1011000 11011

Color Harmonies of #800826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800826

Black with #800826

Text Example


Text Example

White with #800826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800826; }

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

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

background-color css

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

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

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

border-color css

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

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

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