Html Css Color HEX #870F1B Burgundy

📋 copy color: '#870F1B'

red 135 ◦ green 15 ◦ blue 27

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

Shades of Burgundy #870F1B

Tints of Burgundy #870F1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.25%

R = 76.27%
G = 8.47%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.8

 K value IS 0.47

RGB Variations

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

Color information

#870F1B (or 0x870F1B) is known color: Burgundy. HEX triplet: 87, 0F and 1B. RGB value is (135,15,27). Sum of RGB (Red+Green+Blue) = 135+15+27=177 (23% of max value = 765). Red value is 135 (53.12% from 255 or 76.27% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 135 - color contains mainly: red. Hex color #870F1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F1B is #78F0E4. Grayscale: #343434. Windows color (decimal): -7925989 or 1773447. OLE color: 1773447.

HSL color Cylindrical-coordinate representation of color #870F1B: hue angle of 354º 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 #870F1B is Cyan = 0, Magento = 0.89, Yellow = 0.8 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 15 27 -
CMYK 0 0.89 0.8 0.47
HSL 354º 0.8% 0.29% -
HSV(B) 354º 0.89% 0.53% -
XYZ 10.36 5.57 1.57 -
YUV 52.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 135 15 27 0 0.89 0.8 0.47 354 0.8 0.29
Hex 87 F 1B 0 59 50 2F 162 50 1D
Octal 207 17 33 0 131 120 57 542 120 35
Binary 10000111 1111 11011 0 1011001 1010000 101111 101100010 1010000 11101

Color Harmonies of #870F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F1B

Black with #870F1B

Text Example


Text Example

White with #870F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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