Html Css Color HEX #880823 Burgundy

📋 copy color: '#880823'

red 136 ◦ green 8 ◦ blue 35

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

Shades of Burgundy #880823

Tints of Burgundy #880823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 19.55%

R = 75.98%
G = 4.47%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#880823 (or 0x880823) is known color: Burgundy. HEX triplet: 88, 08 and 23. RGB value is (136,8,35). Sum of RGB (Red+Green+Blue) = 136+8+35=179 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.98% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 136 - color contains mainly: red. Hex color #880823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880823 is #77F7DC. Grayscale: #313131. Windows color (decimal): -7862237 or 2295944. OLE color: 2295944.

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

Color convert

RGB 136 8 35 -
CMYK 0 0.94 0.74 0.47
HSL 347.34º 0.89% 0.28% -
HSV(B) 347.34º 0.94% 0.53% -
XYZ 10.54 5.53 2.1 -
YUV 49.35 119.91 189.8 -
System Red Green Blue C M Y K H S L
Decimal 136 8 35 0 0.94 0.74 0.47 347.34 0.89 0.28
Hex 88 8 23 0 5E 4A 2F 15B 59 1C
Octal 210 10 43 0 136 112 57 533 131 34
Binary 10001000 1000 100011 0 1011110 1001010 101111 101011011 1011001 11100

Color Harmonies of #880823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880823

Black with #880823

Text Example


Text Example

White with #880823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880823; }

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

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

background-color css

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

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

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

border-color css

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

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

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