Html Css Color HEX #88082C Burgundy

📋 copy color: '#88082C'

red 136 ◦ green 8 ◦ blue 44

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

Shades of Burgundy #88082C

Tints of Burgundy #88082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 72.34%
G = 4.26%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88082C (or 0x88082C) is known color: Burgundy. HEX triplet: 88, 08 and 2C. RGB value is (136,8,44). Sum of RGB (Red+Green+Blue) = 136+8+44=188 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.34% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 136 - color contains mainly: red. Hex color #88082C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88082C is #77F7D3. Grayscale: #323232. Windows color (decimal): -7862228 or 2885768. OLE color: 2885768.

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

Color convert

RGB 136 8 44 -
CMYK 0 0.94 0.68 0.47
HSL 343.13º 0.89% 0.28% -
HSV(B) 343.13º 0.94% 0.53% -
XYZ 10.69 5.59 2.9 -
YUV 50.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 136 8 44 0 0.94 0.68 0.47 343.13 0.89 0.28
Hex 88 8 2C 0 5E 44 2F 157 59 1C
Octal 210 10 54 0 136 104 57 527 131 34
Binary 10001000 1000 101100 0 1011110 1000100 101111 101010111 1011001 11100

Color Harmonies of #88082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88082C

Black with #88082C

Text Example


Text Example

White with #88082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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