Html Css Color HEX #87062D Burgundy

📋 copy color: '#87062D'

red 135 ◦ green 6 ◦ blue 45

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

Shades of Burgundy #87062D

Tints of Burgundy #87062D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.19%

R = 72.58%
G = 3.23%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#87062D (or 0x87062D) is known color: Burgundy. HEX triplet: 87, 06 and 2D. RGB value is (135,6,45). Sum of RGB (Red+Green+Blue) = 135+6+45=186 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.58% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 135 - color contains mainly: red. Hex color #87062D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87062D is #78F9D2. Grayscale: #303030. Windows color (decimal): -7928275 or 2950791. OLE color: 2950791.

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

Color convert

RGB 135 6 45 -
CMYK 0 0.96 0.67 0.47
HSL 341.86º 0.91% 0.28% -
HSV(B) 341.86º 0.96% 0.53% -
XYZ 10.53 5.47 2.98 -
YUV 49.02 125.74 189.33 -
System Red Green Blue C M Y K H S L
Decimal 135 6 45 0 0.96 0.67 0.47 341.86 0.91 0.28
Hex 87 6 2D 0 60 43 2F 156 5B 1C
Octal 207 6 55 0 140 103 57 526 133 34
Binary 10000111 110 101101 0 1100000 1000011 101111 101010110 1011011 11100

Color Harmonies of #87062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87062D

Black with #87062D

Text Example


Text Example

White with #87062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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