Html Css Color HEX #870F31 Burgundy

📋 copy color: '#870F31'

red 135 ◦ green 15 ◦ blue 49

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

Shades of Burgundy #870F31

Tints of Burgundy #870F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.54%

 BLUE value IS 49 (19.53% from 255) = 24.62%

R = 67.84%
G = 7.54%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.47

RGB Variations

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

Color information

#870F31 (or 0x870F31) is known color: Burgundy. HEX triplet: 87, 0F and 31. RGB value is (135,15,49). Sum of RGB (Red+Green+Blue) = 135+15+49=199 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.84% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 135 - color contains mainly: red. Hex color #870F31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F31 is #78F0CE. Grayscale: #363636. Windows color (decimal): -7925967 or 3215239. OLE color: 3215239.

HSL color Cylindrical-coordinate representation of color #870F31: hue angle of 343º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F31 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 15 49 -
CMYK 0 0.89 0.64 0.47
HSL 343º 0.8% 0.29% -
HSV(B) 343º 0.89% 0.53% -
XYZ 10.72 5.71 3.44 -
YUV 54.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 135 15 49 0 0.89 0.64 0.47 343 0.8 0.29
Hex 87 F 31 0 59 40 2F 157 50 1D
Octal 207 17 61 0 131 100 57 527 120 35
Binary 10000111 1111 110001 0 1011001 1000000 101111 101010111 1010000 11101

Color Harmonies of #870F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F31

Black with #870F31

Text Example


Text Example

White with #870F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870F31; }

 p { color: rgb(135,15,49); }

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

background-color css

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

 a { background-color: rgb(135,15,49); }

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

border-color css

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

 span { border-color: rgb(135,15,49); }

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