Html Css Color HEX #87053D Burgundy

📋 copy color: '#87053D'

red 135 ◦ green 5 ◦ blue 61

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

Shades of Burgundy #87053D

Tints of Burgundy #87053D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 67.16%
G = 2.49%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#87053D (or 0x87053D) is known color: Burgundy. HEX triplet: 87, 05 and 3D. RGB value is (135,5,61). Sum of RGB (Red+Green+Blue) = 135+5+61=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87053D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87053D is #78FAC2. Grayscale: #323232. Windows color (decimal): -7928515 or 3999111. OLE color: 3999111.

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

Color convert

RGB 135 5 61 -
CMYK 0 0.96 0.55 0.47
HSL 334.15º 0.93% 0.27% -
HSV(B) 334.15º 0.96% 0.53% -
XYZ 10.89 5.6 4.92 -
YUV 50.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 135 5 61 0 0.96 0.55 0.47 334.15 0.93 0.27
Hex 87 5 3D 0 60 37 2F 14E 5D 1B
Octal 207 5 75 0 140 67 57 516 135 33
Binary 10000111 101 111101 0 1100000 110111 101111 101001110 1011101 11011

Color Harmonies of #87053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87053D

Black with #87053D

Text Example


Text Example

White with #87053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,5,61); }

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

background-color css

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

 a { background-color: rgb(135,5,61); }

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

border-color css

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

 span { border-color: rgb(135,5,61); }

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