Html Css Color HEX #88102A Burgundy

📋 copy color: '#88102A'

red 136 ◦ green 16 ◦ blue 42

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

Shades of Burgundy #88102A

Tints of Burgundy #88102A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.65%

R = 70.1%
G = 8.25%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88102A (or 0x88102A) is known color: Burgundy. HEX triplet: 88, 10 and 2A. RGB value is (136,16,42). Sum of RGB (Red+Green+Blue) = 136+16+42=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #88102A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88102A is #77EFD5. Grayscale: #363636. Windows color (decimal): -7860182 or 2756744. OLE color: 2756744.

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

Color convert

RGB 136 16 42 -
CMYK 0 0.88 0.69 0.47
HSL 347º 0.79% 0.3% -
HSV(B) 347º 0.88% 0.53% -
XYZ 10.76 5.77 2.74 -
YUV 54.84 120.76 185.89 -
System Red Green Blue C M Y K H S L
Decimal 136 16 42 0 0.88 0.69 0.47 347 0.79 0.3
Hex 88 10 2A 0 58 45 2F 15B 4F 1E
Octal 210 20 52 0 130 105 57 533 117 36
Binary 10001000 10000 101010 0 1011000 1000101 101111 101011011 1001111 11110

Color Harmonies of #88102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88102A

Black with #88102A

Text Example


Text Example

White with #88102A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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