Html Css Color HEX #88102E Burgundy

📋 copy color: '#88102E'

red 136 ◦ green 16 ◦ blue 46

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

Shades of Burgundy #88102E

Tints of Burgundy #88102E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 68.69%
G = 8.08%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.47

RGB Variations

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

Color information

#88102E (or 0x88102E) is known color: Burgundy. HEX triplet: 88, 10 and 2E. RGB value is (136,16,46). Sum of RGB (Red+Green+Blue) = 136+16+46=198 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.69% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 136 - color contains mainly: red. Hex color #88102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88102E is #77EFD1. Grayscale: #373737. Windows color (decimal): -7860178 or 3018888. OLE color: 3018888.

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

Color convert

RGB 136 16 46 -
CMYK 0 0.88 0.66 0.47
HSL 345º 0.79% 0.3% -
HSV(B) 345º 0.88% 0.53% -
XYZ 10.83 5.8 3.13 -
YUV 55.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 136 16 46 0 0.88 0.66 0.47 345 0.79 0.3
Hex 88 10 2E 0 58 42 2F 159 4F 1E
Octal 210 20 56 0 130 102 57 531 117 36
Binary 10001000 10000 101110 0 1011000 1000010 101111 101011001 1001111 11110

Color Harmonies of #88102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88102E

Black with #88102E

Text Example


Text Example

White with #88102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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