Html Css Color HEX #87083A Burgundy

📋 copy color: '#87083A'

red 135 ◦ green 8 ◦ blue 58

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

Shades of Burgundy #87083A

Tints of Burgundy #87083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

 BLUE value IS 58 (23.05% from 255) = 28.86%

R = 67.16%
G = 3.98%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#87083A (or 0x87083A) is known color: Burgundy. HEX triplet: 87, 08 and 3A. RGB value is (135,8,58). Sum of RGB (Red+Green+Blue) = 135+8+58=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 58 (23.05% from 255 or 28.86% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #87083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87083A is #78F7C5. Grayscale: #333333. Windows color (decimal): -7927750 or 3803271. OLE color: 3803271.

HSL color Cylindrical-coordinate representation of color #87083A: hue angle of 336.38º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87083A is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 8 58 -
CMYK 0 0.94 0.57 0.47
HSL 336.38º 0.89% 0.28% -
HSV(B) 336.38º 0.94% 0.53% -
XYZ 10.84 5.63 4.52 -
YUV 51.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 135 8 58 0 0.94 0.57 0.47 336.38 0.89 0.28
Hex 87 8 3A 0 5E 39 2F 150 59 1C
Octal 207 10 72 0 136 71 57 520 131 34
Binary 10000111 1000 111010 0 1011110 111001 101111 101010000 1011001 11100

Color Harmonies of #87083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87083A

Black with #87083A

Text Example


Text Example

White with #87083A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87083A; }

 p { color: rgb(135,8,58); }

 H1.HeaderClassName
 {
   color: #87083A;
 }
 .AnyTagClassName
 {
   color: #87083A;
 }
</style>

background-color css

<style>
 a { background-color: #87083A; }

 a { background-color: rgb(135,8,58); }

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

border-color css

<style>
 span { border-color: #87083A; }

 span { border-color: rgb(135,8,58); }

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