Html Css Color HEX #870720 Burgundy

📋 copy color: '#870720'

red 135 ◦ green 7 ◦ blue 32

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

Shades of Burgundy #870720

Tints of Burgundy #870720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 32 (12.89% from 255) = 18.39%

R = 77.59%
G = 4.02%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#870720 (or 0x870720) is known color: Burgundy. HEX triplet: 87, 07 and 20. RGB value is (135,7,32). Sum of RGB (Red+Green+Blue) = 135+7+32=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #870720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870720 is #78F8DF. Grayscale: #303030. Windows color (decimal): -7928032 or 2099079. OLE color: 2099079.

HSL color Cylindrical-coordinate representation of color #870720: hue angle of 348.28º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870720 is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 7 32 -
CMYK 0 0.95 0.76 0.47
HSL 348.28º 0.9% 0.28% -
HSV(B) 348.28º 0.95% 0.53% -
XYZ 10.33 5.41 1.87 -
YUV 48.12 118.91 189.97 -
System Red Green Blue C M Y K H S L
Decimal 135 7 32 0 0.95 0.76 0.47 348.28 0.9 0.28
Hex 87 7 20 0 5F 4C 2F 15C 5A 1C
Octal 207 7 40 0 137 114 57 534 132 34
Binary 10000111 111 100000 0 1011111 1001100 101111 101011100 1011010 11100

Color Harmonies of #870720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870720

Black with #870720

Text Example


Text Example

White with #870720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870720; }

 p { color: rgb(135,7,32); }

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

background-color css

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

 a { background-color: rgb(135,7,32); }

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

border-color css

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

 span { border-color: rgb(135,7,32); }

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