Html Css Color HEX #870834 Burgundy

📋 copy color: '#870834'

red 135 ◦ green 8 ◦ blue 52

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

Shades of Burgundy #870834

Tints of Burgundy #870834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 69.23%
G = 4.1%
B = 26.67%

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

#870834 (or 0x870834) is known color: Burgundy. HEX triplet: 87, 08 and 34. RGB value is (135,8,52). Sum of RGB (Red+Green+Blue) = 135+8+52=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #870834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870834 is #78F7CB. Grayscale: #323232. Windows color (decimal): -7927756 or 3410055. OLE color: 3410055.

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

Color convert

RGB 135 8 52 -
CMYK 0 0.94 0.61 0.47
HSL 339.21º 0.89% 0.28% -
HSV(B) 339.21º 0.94% 0.53% -
XYZ 10.7 5.57 3.76 -
YUV 50.99 128.58 187.92 -
System Red Green Blue C M Y K H S L
Decimal 135 8 52 0 0.94 0.61 0.47 339.21 0.89 0.28
Hex 87 8 34 0 5E 3D 2F 153 59 1C
Octal 207 10 64 0 136 75 57 523 131 34
Binary 10000111 1000 110100 0 1011110 111101 101111 101010011 1011001 11100

Color Harmonies of #870834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870834

Black with #870834

Text Example


Text Example

White with #870834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870834; }

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

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

background-color css

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

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

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

border-color css

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

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

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