Html Css Color HEX #87061B Burgundy

📋 copy color: '#87061B'

red 135 ◦ green 6 ◦ blue 27

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

Shades of Burgundy #87061B

Tints of Burgundy #87061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.07%

R = 80.36%
G = 3.57%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#87061B (or 0x87061B) is known color: Burgundy. HEX triplet: 87, 06 and 1B. RGB value is (135,6,27). Sum of RGB (Red+Green+Blue) = 135+6+27=168 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.36% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 135 - color contains mainly: red. Hex color #87061B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87061B is #78F9E4. Grayscale: #2F2F2F. Windows color (decimal): -7928293 or 1771143. OLE color: 1771143.

HSL color Cylindrical-coordinate representation of color #87061B: hue angle of 350.23º 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 #87061B is Cyan = 0, Magento = 0.96, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 6 27 -
CMYK 0 0.96 0.8 0.47
HSL 350.23º 0.91% 0.28% -
HSV(B) 350.23º 0.96% 0.53% -
XYZ 10.25 5.36 1.53 -
YUV 46.97 116.74 190.79 -
System Red Green Blue C M Y K H S L
Decimal 135 6 27 0 0.96 0.8 0.47 350.23 0.91 0.28
Hex 87 6 1B 0 60 50 2F 15E 5B 1C
Octal 207 6 33 0 140 120 57 536 133 34
Binary 10000111 110 11011 0 1100000 1010000 101111 101011110 1011011 11100

Color Harmonies of #87061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87061B

Black with #87061B

Text Example


Text Example

White with #87061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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