Html Css Color HEX #87063C Burgundy

📋 copy color: '#87063C'

red 135 ◦ green 6 ◦ blue 60

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

Shades of Burgundy #87063C

Tints of Burgundy #87063C

RGB

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

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

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

R = 67.16%
G = 2.99%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87063C (or 0x87063C) is known color: Burgundy. HEX triplet: 87, 06 and 3C. RGB value is (135,6,60). Sum of RGB (Red+Green+Blue) = 135+6+60=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87063C is #78F9C3. Grayscale: #323232. Windows color (decimal): -7928260 or 3933831. OLE color: 3933831.

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

Color convert

RGB 135 6 60 -
CMYK 0 0.96 0.56 0.47
HSL 334.88º 0.91% 0.28% -
HSV(B) 334.88º 0.96% 0.53% -
XYZ 10.87 5.61 4.78 -
YUV 50.73 133.24 188.11 -
System Red Green Blue C M Y K H S L
Decimal 135 6 60 0 0.96 0.56 0.47 334.88 0.91 0.28
Hex 87 6 3C 0 60 38 2F 14F 5B 1C
Octal 207 6 74 0 140 70 57 517 133 34
Binary 10000111 110 111100 0 1100000 111000 101111 101001111 1011011 11100

Color Harmonies of #87063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87063C

Black with #87063C

Text Example


Text Example

White with #87063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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