Html Css Color HEX #870125 Burgundy

📋 copy color: '#870125'

red 135 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #870125

Tints of Burgundy #870125

RGB

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

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

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

R = 78.03%
G = 0.58%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#870125 (or 0x870125) is known color: Burgundy. HEX triplet: 87, 01 and 25. RGB value is (135,1,37). Sum of RGB (Red+Green+Blue) = 135+1+37=173 (22% of max value = 765). Red value is 135 (53.12% from 255 or 78.03% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 135 - color contains mainly: red. Hex color #870125 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870125 is #78FEDA. Grayscale: #2D2D2D. Windows color (decimal): -7929563 or 2425223. OLE color: 2425223.

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

Color convert

RGB 135 1 37 -
CMYK 0 0.99 0.73 0.47
HSL 343.88º 0.99% 0.27% -
HSV(B) 343.88º 0.99% 0.53% -
XYZ 10.34 5.31 2.23 -
YUV 45.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 135 1 37 0 0.99 0.73 0.47 343.88 0.99 0.27
Hex 87 1 25 0 63 49 2F 158 63 1B
Octal 207 1 45 0 143 111 57 530 143 33
Binary 10000111 1 100101 0 1100011 1001001 101111 101011000 1100011 11011

Color Harmonies of #870125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870125

Black with #870125

Text Example


Text Example

White with #870125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870125; }

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

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

background-color css

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

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

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

border-color css

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

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

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