Html Css Color HEX #87101E Burgundy

📋 copy color: '#87101E'

red 135 ◦ green 16 ◦ blue 30

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

Shades of Burgundy #87101E

Tints of Burgundy #87101E

RGB

 RED value IS 135 (53.13% from 255) = 74.59%

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

 BLUE value IS 30 (12.11% from 255) = 16.57%

R = 74.59%
G = 8.84%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#87101E (or 0x87101E) is known color: Burgundy. HEX triplet: 87, 10 and 1E. RGB value is (135,16,30). Sum of RGB (Red+Green+Blue) = 135+16+30=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #87101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87101E is #78EFE1. Grayscale: #353535. Windows color (decimal): -7925730 or 1970311. OLE color: 1970311.

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

Color convert

RGB 135 16 30 -
CMYK 0 0.88 0.78 0.47
HSL 352.94º 0.79% 0.3% -
HSV(B) 352.94º 0.88% 0.53% -
XYZ 10.41 5.62 1.76 -
YUV 53.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 135 16 30 0 0.88 0.78 0.47 352.94 0.79 0.3
Hex 87 10 1E 0 58 4E 2F 161 4F 1E
Octal 207 20 36 0 130 116 57 541 117 36
Binary 10000111 10000 11110 0 1011000 1001110 101111 101100001 1001111 11110

Color Harmonies of #87101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87101E

Black with #87101E

Text Example


Text Example

White with #87101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,16,30); }

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

background-color css

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

 a { background-color: rgb(135,16,30); }

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

border-color css

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

 span { border-color: rgb(135,16,30); }

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