Html Css Color HEX #87073C Burgundy

📋 copy color: '#87073C'

red 135 ◦ green 7 ◦ blue 60

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

Shades of Burgundy #87073C

Tints of Burgundy #87073C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.7%

R = 66.83%
G = 3.47%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87073C (or 0x87073C) is known color: Burgundy. HEX triplet: 87, 07 and 3C. RGB value is (135,7,60). Sum of RGB (Red+Green+Blue) = 135+7+60=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #87073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87073C is #78F8C3. Grayscale: #333333. Windows color (decimal): -7928004 or 3934087. OLE color: 3934087.

HSL color Cylindrical-coordinate representation of color #87073C: hue angle of 335.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 #87073C is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 7 60 -
CMYK 0 0.95 0.56 0.47
HSL 335.16º 0.9% 0.28% -
HSV(B) 335.16º 0.95% 0.53% -
XYZ 10.88 5.63 4.79 -
YUV 51.31 132.91 187.69 -
System Red Green Blue C M Y K H S L
Decimal 135 7 60 0 0.95 0.56 0.47 335.16 0.9 0.28
Hex 87 7 3C 0 5F 38 2F 14F 5A 1C
Octal 207 7 74 0 137 70 57 517 132 34
Binary 10000111 111 111100 0 1011111 111000 101111 101001111 1011010 11100

Color Harmonies of #87073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87073C

Black with #87073C

Text Example


Text Example

White with #87073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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