Html Css Color HEX #880827 Burgundy

📋 copy color: '#880827'

red 136 ◦ green 8 ◦ blue 39

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

Shades of Burgundy #880827

Tints of Burgundy #880827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.31%

R = 74.32%
G = 4.37%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#880827 (or 0x880827) is known color: Burgundy. HEX triplet: 88, 08 and 27. RGB value is (136,8,39). Sum of RGB (Red+Green+Blue) = 136+8+39=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #880827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880827 is #77F7D8. Grayscale: #313131. Windows color (decimal): -7862233 or 2558088. OLE color: 2558088.

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

Color convert

RGB 136 8 39 -
CMYK 0 0.94 0.71 0.47
HSL 345.47º 0.89% 0.28% -
HSV(B) 345.47º 0.94% 0.53% -
XYZ 10.61 5.55 2.43 -
YUV 49.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 136 8 39 0 0.94 0.71 0.47 345.47 0.89 0.28
Hex 88 8 27 0 5E 47 2F 159 59 1C
Octal 210 10 47 0 136 107 57 531 131 34
Binary 10001000 1000 100111 0 1011110 1000111 101111 101011001 1011001 11100

Color Harmonies of #880827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880827

Black with #880827

Text Example


Text Example

White with #880827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880827; }

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

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

background-color css

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

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

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

border-color css

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

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

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