Html Css Color HEX #870822 Burgundy

📋 copy color: '#870822'

red 135 ◦ green 8 ◦ blue 34

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

Shades of Burgundy #870822

Tints of Burgundy #870822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 19.21%

R = 76.27%
G = 4.52%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#870822 (or 0x870822) is known color: Burgundy. HEX triplet: 87, 08 and 22. RGB value is (135,8,34). Sum of RGB (Red+Green+Blue) = 135+8+34=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870822 is #78F7DD. Grayscale: #303030. Windows color (decimal): -7927774 or 2230407. OLE color: 2230407.

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

Color convert

RGB 135 8 34 -
CMYK 0 0.94 0.75 0.47
HSL 347.72º 0.89% 0.28% -
HSV(B) 347.72º 0.94% 0.53% -
XYZ 10.37 5.44 2.02 -
YUV 48.94 119.58 189.39 -
System Red Green Blue C M Y K H S L
Decimal 135 8 34 0 0.94 0.75 0.47 347.72 0.89 0.28
Hex 87 8 22 0 5E 4B 2F 15C 59 1C
Octal 207 10 42 0 136 113 57 534 131 34
Binary 10000111 1000 100010 0 1011110 1001011 101111 101011100 1011001 11100

Color Harmonies of #870822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870822

Black with #870822

Text Example


Text Example

White with #870822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870822; }

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

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

background-color css

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

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

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

border-color css

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

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

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