Html Css Color HEX #87122B Burgundy

📋 copy color: '#87122B'

red 135 ◦ green 18 ◦ blue 43

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

Shades of Burgundy #87122B

Tints of Burgundy #87122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 68.88%
G = 9.18%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#87122B (or 0x87122B) is known color: Burgundy. HEX triplet: 87, 12 and 2B. RGB value is (135,18,43). Sum of RGB (Red+Green+Blue) = 135+18+43=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #87122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87122B is #78EDD4. Grayscale: #373737. Windows color (decimal): -7925205 or 2822791. OLE color: 2822791.

HSL color Cylindrical-coordinate representation of color #87122B: hue angle of 347.18º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87122B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 18 43 -
CMYK 0 0.87 0.68 0.47
HSL 347.18º 0.76% 0.3% -
HSV(B) 347.18º 0.87% 0.53% -
XYZ 10.64 5.76 2.84 -
YUV 55.83 120.76 184.47 -
System Red Green Blue C M Y K H S L
Decimal 135 18 43 0 0.87 0.68 0.47 347.18 0.76 0.3
Hex 87 12 2B 0 57 44 2F 15B 4C 1E
Octal 207 22 53 0 127 104 57 533 114 36
Binary 10000111 10010 101011 0 1010111 1000100 101111 101011011 1001100 11110

Color Harmonies of #87122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87122B

Black with #87122B

Text Example


Text Example

White with #87122B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,18,43); }

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

background-color css

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

 a { background-color: rgb(135,18,43); }

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

border-color css

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

 span { border-color: rgb(135,18,43); }

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