Html Css Color HEX #88102D Burgundy

📋 copy color: '#88102D'

red 136 ◦ green 16 ◦ blue 45

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

Shades of Burgundy #88102D

Tints of Burgundy #88102D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 22.84%

R = 69.04%
G = 8.12%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#88102D (or 0x88102D) is known color: Burgundy. HEX triplet: 88, 10 and 2D. RGB value is (136,16,45). Sum of RGB (Red+Green+Blue) = 136+16+45=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #88102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88102D is #77EFD2. Grayscale: #373737. Windows color (decimal): -7860179 or 2953352. OLE color: 2953352.

HSL color Cylindrical-coordinate representation of color #88102D: hue angle of 345.5º 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 #88102D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 16 45 -
CMYK 0 0.88 0.67 0.47
HSL 345.5º 0.79% 0.3% -
HSV(B) 345.5º 0.88% 0.53% -
XYZ 10.81 5.79 3.03 -
YUV 55.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 136 16 45 0 0.88 0.67 0.47 345.5 0.79 0.3
Hex 88 10 2D 0 58 43 2F 15A 4F 1E
Octal 210 20 55 0 130 103 57 532 117 36
Binary 10001000 10000 101101 0 1011000 1000011 101111 101011010 1001111 11110

Color Harmonies of #88102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88102D

Black with #88102D

Text Example


Text Example

White with #88102D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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