Html Css Color HEX #870122 Burgundy

📋 copy color: '#870122'

red 135 ◦ green 1 ◦ blue 34

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

Shades of Burgundy #870122

Tints of Burgundy #870122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 79.41%
G = 0.59%
B = 20%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#870122 (or 0x870122) is known color: Burgundy. HEX triplet: 87, 01 and 22. RGB value is (135,1,34). Sum of RGB (Red+Green+Blue) = 135+1+34=170 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.41% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 135 - color contains mainly: red. Hex color #870122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870122 is #78FEDD. Grayscale: #2C2C2C. Windows color (decimal): -7929566 or 2228615. OLE color: 2228615.

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

Color convert

RGB 135 1 34 -
CMYK 0 0.99 0.75 0.47
HSL 345.22º 0.99% 0.27% -
HSV(B) 345.22º 0.99% 0.53% -
XYZ 10.29 5.29 1.99 -
YUV 44.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 135 1 34 0 0.99 0.75 0.47 345.22 0.99 0.27
Hex 87 1 22 0 63 4B 2F 159 63 1B
Octal 207 1 42 0 143 113 57 531 143 33
Binary 10000111 1 100010 0 1100011 1001011 101111 101011001 1100011 11011

Color Harmonies of #870122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870122

Black with #870122

Text Example


Text Example

White with #870122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870122; }

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

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

background-color css

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

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

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

border-color css

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

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

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