Html Css Color HEX #800825 Burgundy

📋 copy color: '#800825'

red 128 ◦ green 8 ◦ blue 37

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

Shades of Burgundy #800825

Tints of Burgundy #800825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 73.99%
G = 4.62%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.50

RGB Variations

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

Color information

#800825 (or 0x800825) is known color: Burgundy. HEX triplet: 80, 08 and 25. RGB value is (128,8,37). Sum of RGB (Red+Green+Blue) = 128+8+37=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #800825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #800825 is #7FF7DA. Grayscale: #2F2F2F. Windows color (decimal): -8386523 or 2427008. OLE color: 2427008.

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

Color convert

RGB 128 8 37 -
CMYK 0 0.94 0.71 0.50
HSL 345.5º 0.88% 0.27% -
HSV(B) 345.5º 0.94% 0.5% -
XYZ 9.32 4.9 2.2 -
YUV 47.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 128 8 37 0 0.94 0.71 0.50 345.5 0.88 0.27
Hex 80 8 25 0 5E 47 32 15A 58 1B
Octal 200 10 45 0 136 107 62 532 130 33
Binary 10000000 1000 100101 0 1011110 1000111 110010 101011010 1011000 11011

Color Harmonies of #800825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800825

Black with #800825

Text Example


Text Example

White with #800825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800825; }

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

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

background-color css

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

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

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

border-color css

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

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

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