Html Css Color HEX #87071C Burgundy

📋 copy color: '#87071C'

red 135 ◦ green 7 ◦ blue 28

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

Shades of Burgundy #87071C

Tints of Burgundy #87071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

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

R = 79.41%
G = 4.12%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#87071C (or 0x87071C) is known color: Burgundy. HEX triplet: 87, 07 and 1C. RGB value is (135,7,28). Sum of RGB (Red+Green+Blue) = 135+7+28=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #87071C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87071C is #78F8E3. Grayscale: #2F2F2F. Windows color (decimal): -7928036 or 1836935. OLE color: 1836935.

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

Color convert

RGB 135 7 28 -
CMYK 0 0.95 0.79 0.47
HSL 350.16º 0.9% 0.28% -
HSV(B) 350.16º 0.95% 0.53% -
XYZ 10.28 5.39 1.6 -
YUV 47.67 116.91 190.29 -
System Red Green Blue C M Y K H S L
Decimal 135 7 28 0 0.95 0.79 0.47 350.16 0.9 0.28
Hex 87 7 1C 0 5F 4F 2F 15E 5A 1C
Octal 207 7 34 0 137 117 57 536 132 34
Binary 10000111 111 11100 0 1011111 1001111 101111 101011110 1011010 11100

Color Harmonies of #87071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87071C

Black with #87071C

Text Example


Text Example

White with #87071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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