Html Css Color HEX #87051C Burgundy

📋 copy color: '#87051C'

red 135 ◦ green 5 ◦ blue 28

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

Shades of Burgundy #87051C

Tints of Burgundy #87051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

 BLUE value IS 28 (11.33% from 255) = 16.67%

R = 80.36%
G = 2.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87051C (or 0x87051C) is known color: Burgundy. HEX triplet: 87, 05 and 1C. RGB value is (135,5,28). Sum of RGB (Red+Green+Blue) = 135+5+28=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 28 (11.33% from 255 or 16.67% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #87051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87051C is #78FAE3. Grayscale: #2E2E2E. Windows color (decimal): -7928548 or 1836423. OLE color: 1836423.

HSL color Cylindrical-coordinate representation of color #87051C: hue angle of 349.38º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #87051C is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 5 28 -
CMYK 0 0.96 0.79 0.47
HSL 349.38º 0.93% 0.27% -
HSV(B) 349.38º 0.96% 0.53% -
XYZ 10.26 5.34 1.59 -
YUV 46.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 135 5 28 0 0.96 0.79 0.47 349.38 0.93 0.27
Hex 87 5 1C 0 60 4F 2F 15D 5D 1B
Octal 207 5 34 0 140 117 57 535 135 33
Binary 10000111 101 11100 0 1100000 1001111 101111 101011101 1011101 11011

Color Harmonies of #87051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87051C

Black with #87051C

Text Example


Text Example

White with #87051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87051C; }

 p { color: rgb(135,5,28); }

 H1.HeaderClassName
 {
   color: #87051C;
 }
 .AnyTagClassName
 {
   color: #87051C;
 }
</style>

background-color css

<style>
 a { background-color: #87051C; }

 a { background-color: rgb(135,5,28); }

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

border-color css

<style>
 span { border-color: #87051C; }

 span { border-color: rgb(135,5,28); }

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