Html Css Color HEX #880825 Burgundy

📋 copy color: '#880825'

red 136 ◦ green 8 ◦ blue 37

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

Shades of Burgundy #880825

Tints of Burgundy #880825

RGB

 RED value IS 136 (53.52% from 255) = 75.14%

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

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

R = 75.14%
G = 4.42%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#880825 (or 0x880825) is known color: Burgundy. HEX triplet: 88, 08 and 25. RGB value is (136,8,37). Sum of RGB (Red+Green+Blue) = 136+8+37=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 8 (3.52% from 255 or 4.42% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #880825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880825 is #77F7DA. Grayscale: #313131. Windows color (decimal): -7862235 or 2427016. OLE color: 2427016.

HSL color Cylindrical-coordinate representation of color #880825: hue angle of 346.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880825 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 37 -
CMYK 0 0.94 0.73 0.47
HSL 346.41º 0.89% 0.28% -
HSV(B) 346.41º 0.94% 0.53% -
XYZ 10.57 5.54 2.26 -
YUV 49.58 120.91 189.64 -
System Red Green Blue C M Y K H S L
Decimal 136 8 37 0 0.94 0.73 0.47 346.41 0.89 0.28
Hex 88 8 25 0 5E 49 2F 15A 59 1C
Octal 210 10 45 0 136 111 57 532 131 34
Binary 10001000 1000 100101 0 1011110 1001001 101111 101011010 1011001 11100

Color Harmonies of #880825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880825

Black with #880825

Text Example


Text Example

White with #880825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880825; }

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

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

background-color css

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

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

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

border-color css

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

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

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