Html Css Color HEX #88102C Burgundy

📋 copy color: '#88102C'

red 136 ◦ green 16 ◦ blue 44

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

Shades of Burgundy #88102C

Tints of Burgundy #88102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.16%

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

R = 69.39%
G = 8.16%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88102C (or 0x88102C) is known color: Burgundy. HEX triplet: 88, 10 and 2C. RGB value is (136,16,44). Sum of RGB (Red+Green+Blue) = 136+16+44=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #88102C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88102C is #77EFD3. Grayscale: #373737. Windows color (decimal): -7860180 or 2887816. OLE color: 2887816.

HSL color Cylindrical-coordinate representation of color #88102C: hue angle of 346º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88102C is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 44 -
CMYK 0 0.88 0.68 0.47
HSL 346º 0.79% 0.3% -
HSV(B) 346º 0.88% 0.53% -
XYZ 10.79 5.79 2.93 -
YUV 55.07 121.76 185.72 -
System Red Green Blue C M Y K H S L
Decimal 136 16 44 0 0.88 0.68 0.47 346 0.79 0.3
Hex 88 10 2C 0 58 44 2F 15A 4F 1E
Octal 210 20 54 0 130 104 57 532 117 36
Binary 10001000 10000 101100 0 1011000 1000100 101111 101011010 1001111 11110

Color Harmonies of #88102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88102C

Black with #88102C

Text Example


Text Example

White with #88102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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