Html Css Color HEX #880928 Burgundy

📋 copy color: '#880928'

red 136 ◦ green 9 ◦ blue 40

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

Shades of Burgundy #880928

Tints of Burgundy #880928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 73.51%
G = 4.86%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#880928 (or 0x880928) is known color: Burgundy. HEX triplet: 88, 09 and 28. RGB value is (136,9,40). Sum of RGB (Red+Green+Blue) = 136+9+40=185 (24% of max value = 765). Red value is 136 (53.52% from 255 or 73.51% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 136 - color contains mainly: red. Hex color #880928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880928 is #77F6D7. Grayscale: #323232. Windows color (decimal): -7861976 or 2623880. OLE color: 2623880.

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

Color convert

RGB 136 9 40 -
CMYK 0 0.93 0.71 0.47
HSL 345.35º 0.88% 0.28% -
HSV(B) 345.35º 0.93% 0.53% -
XYZ 10.63 5.58 2.52 -
YUV 50.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 136 9 40 0 0.93 0.71 0.47 345.35 0.88 0.28
Hex 88 9 28 0 5D 47 2F 159 58 1C
Octal 210 11 50 0 135 107 57 531 130 34
Binary 10001000 1001 101000 0 1011101 1000111 101111 101011001 1011000 11100

Color Harmonies of #880928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880928

Black with #880928

Text Example


Text Example

White with #880928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880928; }

 p { color: rgb(136,9,40); }

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

background-color css

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

 a { background-color: rgb(136,9,40); }

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

border-color css

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

 span { border-color: rgb(136,9,40); }

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