Html Css Color HEX #87003B Burgundy

📋 copy color: '#87003B'

red 135 ◦ green 0 ◦ blue 59

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

Shades of Burgundy #87003B

Tints of Burgundy #87003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 30.41%

R = 69.59%
G = 0%
B = 30.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#87003B (or 0x87003B) is known color: Burgundy. HEX triplet: 87, 00 and 3B. RGB value is (135,0,59). Sum of RGB (Red+Green+Blue) = 135+0+59=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #87003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87003B is #78FFC4. Grayscale: #2E2E2E. Windows color (decimal): -7929797 or 3866759. OLE color: 3866759.

HSL color Cylindrical-coordinate representation of color #87003B: hue angle of 333.78º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87003B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 59 -
CMYK 0 1 0.56 0.47
HSL 333.78º 1% 0.26% -
HSV(B) 333.78º 1% 0.53% -
XYZ 10.78 5.47 4.62 -
YUV 47.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 135 0 59 0 1 0.56 0.47 333.78 1 0.26
Hex 87 0 3B 0 64 38 2F 14E 64 1A
Octal 207 0 73 0 144 70 57 516 144 32
Binary 10000111 0 111011 0 1100100 111000 101111 101001110 1100100 11010

Color Harmonies of #87003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87003B

Black with #87003B

Text Example


Text Example

White with #87003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,0,59); }

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

background-color css

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

 a { background-color: rgb(135,0,59); }

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

border-color css

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

 span { border-color: rgb(135,0,59); }

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