Html Css Color HEX #88102B Burgundy

📋 copy color: '#88102B'

red 136 ◦ green 16 ◦ blue 43

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

Shades of Burgundy #88102B

Tints of Burgundy #88102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 22.05%

R = 69.74%
G = 8.21%
B = 22.05%

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

#88102B (or 0x88102B) is known color: Burgundy. HEX triplet: 88, 10 and 2B. RGB value is (136,16,43). Sum of RGB (Red+Green+Blue) = 136+16+43=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #88102B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88102B is #77EFD4. Grayscale: #363636. Windows color (decimal): -7860181 or 2822280. OLE color: 2822280.

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

Color convert

RGB 136 16 43 -
CMYK 0 0.88 0.68 0.47
HSL 346.5º 0.79% 0.3% -
HSV(B) 346.5º 0.88% 0.53% -
XYZ 10.77 5.78 2.83 -
YUV 54.96 121.26 185.8 -
System Red Green Blue C M Y K H S L
Decimal 136 16 43 0 0.88 0.68 0.47 346.5 0.79 0.3
Hex 88 10 2B 0 58 44 2F 15A 4F 1E
Octal 210 20 53 0 130 104 57 532 117 36
Binary 10001000 10000 101011 0 1011000 1000100 101111 101011010 1001111 11110

Color Harmonies of #88102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88102B

Black with #88102B

Text Example


Text Example

White with #88102B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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