Html Css Color HEX #870725 Burgundy

📋 copy color: '#870725'

red 135 ◦ green 7 ◦ blue 37

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

Shades of Burgundy #870725

Tints of Burgundy #870725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 75.42%
G = 3.91%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#870725 (or 0x870725) is known color: Burgundy. HEX triplet: 87, 07 and 25. RGB value is (135,7,37). Sum of RGB (Red+Green+Blue) = 135+7+37=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #870725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870725 is #78F8DA. Grayscale: #303030. Windows color (decimal): -7928027 or 2426759. OLE color: 2426759.

HSL color Cylindrical-coordinate representation of color #870725: hue angle of 345.94º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #870725 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 7 37 -
CMYK 0 0.95 0.73 0.47
HSL 345.94º 0.9% 0.28% -
HSV(B) 345.94º 0.95% 0.53% -
XYZ 10.4 5.44 2.25 -
YUV 48.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 135 7 37 0 0.95 0.73 0.47 345.94 0.9 0.28
Hex 87 7 25 0 5F 49 2F 15A 5A 1C
Octal 207 7 45 0 137 111 57 532 132 34
Binary 10000111 111 100101 0 1011111 1001001 101111 101011010 1011010 11100

Color Harmonies of #870725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870725

Black with #870725

Text Example


Text Example

White with #870725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870725; }

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

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

background-color css

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

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

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

border-color css

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

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

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