Html Css Color HEX #870F25 Burgundy

📋 copy color: '#870F25'

red 135 ◦ green 15 ◦ blue 37

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

Shades of Burgundy #870F25

Tints of Burgundy #870F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.79%

R = 72.19%
G = 8.02%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#870F25 (or 0x870F25) is known color: Burgundy. HEX triplet: 87, 0F and 25. RGB value is (135,15,37). Sum of RGB (Red+Green+Blue) = 135+15+37=187 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.19% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 37 (14.84% from 255 or 19.79% from 187); Max value from RGB is 135 - color contains mainly: red. Hex color #870F25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870F25 is #78F0DA. Grayscale: #353535. Windows color (decimal): -7925979 or 2428807. OLE color: 2428807.

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

Color convert

RGB 135 15 37 -
CMYK 0 0.89 0.73 0.47
HSL 349º 0.8% 0.29% -
HSV(B) 349º 0.89% 0.53% -
XYZ 10.5 5.63 2.28 -
YUV 53.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 135 15 37 0 0.89 0.73 0.47 349 0.8 0.29
Hex 87 F 25 0 59 49 2F 15D 50 1D
Octal 207 17 45 0 131 111 57 535 120 35
Binary 10000111 1111 100101 0 1011001 1001001 101111 101011101 1010000 11101

Color Harmonies of #870F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F25

Black with #870F25

Text Example


Text Example

White with #870F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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