Html Css Color HEX #870B3C Burgundy

📋 copy color: '#870B3C'

red 135 ◦ green 11 ◦ blue 60

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

Shades of Burgundy #870B3C

Tints of Burgundy #870B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.13%

R = 65.53%
G = 5.34%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#870B3C (or 0x870B3C) is known color: Burgundy. HEX triplet: 87, 0B and 3C. RGB value is (135,11,60). Sum of RGB (Red+Green+Blue) = 135+11+60=206 (27% of max value = 765). Red value is 135 (53.12% from 255 or 65.53% from 206); Green value is 11 (4.69% from 255 or 5.34% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 135 - color contains mainly: red. Hex color #870B3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870B3C is #78F4C3. Grayscale: #353535. Windows color (decimal): -7926980 or 3935111. OLE color: 3935111.

HSL color Cylindrical-coordinate representation of color #870B3C: hue angle of 336.29º 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 #870B3C is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 11 60 -
CMYK 0 0.92 0.56 0.47
HSL 336.29º 0.85% 0.29% -
HSV(B) 336.29º 0.92% 0.53% -
XYZ 10.93 5.72 4.8 -
YUV 53.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 135 11 60 0 0.92 0.56 0.47 336.29 0.85 0.29
Hex 87 B 3C 0 5C 38 2F 150 55 1D
Octal 207 13 74 0 134 70 57 520 125 35
Binary 10000111 1011 111100 0 1011100 111000 101111 101010000 1010101 11101

Color Harmonies of #870B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870B3C

Black with #870B3C

Text Example


Text Example

White with #870B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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