Html Css Color HEX #870833 Burgundy

📋 copy color: '#870833'

red 135 ◦ green 8 ◦ blue 51

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

Shades of Burgundy #870833

Tints of Burgundy #870833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.29%

R = 69.59%
G = 4.12%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#870833 (or 0x870833) is known color: Burgundy. HEX triplet: 87, 08 and 33. RGB value is (135,8,51). Sum of RGB (Red+Green+Blue) = 135+8+51=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #870833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870833 is #78F7CC. Grayscale: #323232. Windows color (decimal): -7927757 or 3344519. OLE color: 3344519.

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

Color convert

RGB 135 8 51 -
CMYK 0 0.94 0.62 0.47
HSL 339.69º 0.89% 0.28% -
HSV(B) 339.69º 0.94% 0.53% -
XYZ 10.68 5.56 3.64 -
YUV 50.88 128.08 188 -
System Red Green Blue C M Y K H S L
Decimal 135 8 51 0 0.94 0.62 0.47 339.69 0.89 0.28
Hex 87 8 33 0 5E 3E 2F 154 59 1C
Octal 207 10 63 0 136 76 57 524 131 34
Binary 10000111 1000 110011 0 1011110 111110 101111 101010100 1011001 11100

Color Harmonies of #870833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870833

Black with #870833

Text Example


Text Example

White with #870833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870833; }

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

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

background-color css

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

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

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

border-color css

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

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

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