Html Css Color HEX #870B37 Burgundy

📋 copy color: '#870B37'

red 135 ◦ green 11 ◦ blue 55

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

Shades of Burgundy #870B37

Tints of Burgundy #870B37

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 55 (21.88% from 255) = 27.36%

R = 67.16%
G = 5.47%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#870B37 (or 0x870B37) is known color: Burgundy. HEX triplet: 87, 0B and 37. RGB value is (135,11,55). Sum of RGB (Red+Green+Blue) = 135+11+55=201 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.16% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 55 (21.88% from 255 or 27.36% from 201); Max value from RGB is 135 - color contains mainly: red. Hex color #870B37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B37 is #78F4C8. Grayscale: #353535. Windows color (decimal): -7926985 or 3607431. OLE color: 3607431.

HSL color Cylindrical-coordinate representation of color #870B37: hue angle of 338.71º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B37 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 11 55 -
CMYK 0 0.92 0.59 0.47
HSL 338.71º 0.85% 0.29% -
HSV(B) 338.71º 0.92% 0.53% -
XYZ 10.8 5.67 4.14 -
YUV 53.09 129.08 186.42 -
System Red Green Blue C M Y K H S L
Decimal 135 11 55 0 0.92 0.59 0.47 338.71 0.85 0.29
Hex 87 B 37 0 5C 3B 2F 153 55 1D
Octal 207 13 67 0 134 73 57 523 125 35
Binary 10000111 1011 110111 0 1011100 111011 101111 101010011 1010101 11101

Color Harmonies of #870B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B37

Black with #870B37

Text Example


Text Example

White with #870B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870B37; }

 p { color: rgb(135,11,55); }

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

background-color css

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

 a { background-color: rgb(135,11,55); }

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

border-color css

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

 span { border-color: rgb(135,11,55); }

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