Html Css Color HEX #87061D Burgundy

📋 copy color: '#87061D'

red 135 ◦ green 6 ◦ blue 29

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

Shades of Burgundy #87061D

Tints of Burgundy #87061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.53%

 BLUE value IS 29 (11.72% from 255) = 17.06%

R = 79.41%
G = 3.53%
B = 17.06%

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

#87061D (or 0x87061D) is known color: Burgundy. HEX triplet: 87, 06 and 1D. RGB value is (135,6,29). Sum of RGB (Red+Green+Blue) = 135+6+29=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #87061D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87061D is #78F9E2. Grayscale: #2F2F2F. Windows color (decimal): -7928291 or 1902215. OLE color: 1902215.

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

Color convert

RGB 135 6 29 -
CMYK 0 0.96 0.79 0.47
HSL 349.3º 0.91% 0.28% -
HSV(B) 349.3º 0.96% 0.53% -
XYZ 10.28 5.37 1.66 -
YUV 47.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 135 6 29 0 0.96 0.79 0.47 349.3 0.91 0.28
Hex 87 6 1D 0 60 4F 2F 15D 5B 1C
Octal 207 6 35 0 140 117 57 535 133 34
Binary 10000111 110 11101 0 1100000 1001111 101111 101011101 1011011 11100

Color Harmonies of #87061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87061D

Black with #87061D

Text Example


Text Example

White with #87061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87061D; }

 p { color: rgb(135,6,29); }

 H1.HeaderClassName
 {
   color: #87061D;
 }
 .AnyTagClassName
 {
   color: #87061D;
 }
</style>

background-color css

<style>
 a { background-color: #87061D; }

 a { background-color: rgb(135,6,29); }

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

border-color css

<style>
 span { border-color: #87061D; }

 span { border-color: rgb(135,6,29); }

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