Html Css Color HEX #870835 Burgundy

📋 copy color: '#870835'

red 135 ◦ green 8 ◦ blue 53

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

Shades of Burgundy #870835

Tints of Burgundy #870835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

 BLUE value IS 53 (21.09% from 255) = 27.04%

R = 68.88%
G = 4.08%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#870835 (or 0x870835) is known color: Burgundy. HEX triplet: 87, 08 and 35. RGB value is (135,8,53). Sum of RGB (Red+Green+Blue) = 135+8+53=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #870835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870835 is #78F7CA. Grayscale: #333333. Windows color (decimal): -7927755 or 3475591. OLE color: 3475591.

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

Color convert

RGB 135 8 53 -
CMYK 0 0.94 0.61 0.47
HSL 338.74º 0.89% 0.28% -
HSV(B) 338.74º 0.94% 0.53% -
XYZ 10.72 5.58 3.88 -
YUV 51.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 135 8 53 0 0.94 0.61 0.47 338.74 0.89 0.28
Hex 87 8 35 0 5E 3D 2F 153 59 1C
Octal 207 10 65 0 136 75 57 523 131 34
Binary 10000111 1000 110101 0 1011110 111101 101111 101010011 1011001 11100

Color Harmonies of #870835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870835

Black with #870835

Text Example


Text Example

White with #870835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870835; }

 p { color: rgb(135,8,53); }

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

background-color css

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

 a { background-color: rgb(135,8,53); }

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

border-color css

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

 span { border-color: rgb(135,8,53); }

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