Html Css Color HEX #870022 Burgundy

📋 copy color: '#870022'

red 135 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #870022

Tints of Burgundy #870022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.88%
G = 0%
B = 20.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#870022 (or 0x870022) is known color: Burgundy. HEX triplet: 87, 00 and 22. RGB value is (135,0,34). Sum of RGB (Red+Green+Blue) = 135+0+34=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #870022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870022 is #78FFDD. Grayscale: #2C2C2C. Windows color (decimal): -7929822 or 2228359. OLE color: 2228359.

HSL color Cylindrical-coordinate representation of color #870022: hue angle of 344.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870022 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 0 34 -
CMYK 0 1 0.75 0.47
HSL 344.89º 1% 0.26% -
HSV(B) 344.89º 1% 0.53% -
XYZ 10.28 5.27 1.99 -
YUV 44.24 122.23 192.74 -
System Red Green Blue C M Y K H S L
Decimal 135 0 34 0 1 0.75 0.47 344.89 1 0.26
Hex 87 0 22 0 64 4B 2F 159 64 1A
Octal 207 0 42 0 144 113 57 531 144 32
Binary 10000111 0 100010 0 1100100 1001011 101111 101011001 1100100 11010

Color Harmonies of #870022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870022

Black with #870022

Text Example


Text Example

White with #870022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870022; }

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

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

background-color css

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

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

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

border-color css

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

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

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