Html Css Color HEX #870636 Burgundy

📋 copy color: '#870636'

red 135 ◦ green 6 ◦ blue 54

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

Shades of Burgundy #870636

Tints of Burgundy #870636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 27.69%

R = 69.23%
G = 3.08%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#870636 (or 0x870636) is known color: Burgundy. HEX triplet: 87, 06 and 36. RGB value is (135,6,54). Sum of RGB (Red+Green+Blue) = 135+6+54=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 54 (21.48% from 255 or 27.69% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #870636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870636 is #78F9C9. Grayscale: #313131. Windows color (decimal): -7928266 or 3540615. OLE color: 3540615.

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

Color convert

RGB 135 6 54 -
CMYK 0 0.96 0.60 0.47
HSL 337.67º 0.91% 0.28% -
HSV(B) 337.67º 0.96% 0.53% -
XYZ 10.72 5.55 4 -
YUV 50.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 135 6 54 0 0.96 0.60 0.47 337.67 0.91 0.28
Hex 87 6 36 0 60 3C 2F 152 5B 1C
Octal 207 6 66 0 140 74 57 522 133 34
Binary 10000111 110 110110 0 1100000 111100 101111 101010010 1011011 11100

Color Harmonies of #870636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870636

Black with #870636

Text Example


Text Example

White with #870636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870636; }

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

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

background-color css

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

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

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

border-color css

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

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

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