Html Css Color HEX #710125 Burgundy

📋 copy color: '#710125'

red 113 ◦ green 1 ◦ blue 37

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

Shades of Burgundy #710125

Tints of Burgundy #710125

RGB

 RED value IS 113 (44.53% from 255) = 74.83%

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

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

R = 74.83%
G = 0.66%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#710125 (or 0x710125) is known color: Burgundy. HEX triplet: 71, 01 and 25. RGB value is (113,1,37). Sum of RGB (Red+Green+Blue) = 113+1+37=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #710125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710125 is #8EFEDA. Grayscale: #262626. Windows color (decimal): -9371355 or 2425201. OLE color: 2425201.

HSL color Cylindrical-coordinate representation of color #710125: hue angle of 340.71º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710125 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 1 37 -
CMYK 0 0.99 0.67 0.56
HSL 340.71º 0.98% 0.22% -
HSV(B) 340.71º 0.99% 0.44% -
XYZ 7.15 3.67 2.08 -
YUV 38.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 113 1 37 0 0.99 0.67 0.56 340.71 0.98 0.22
Hex 71 1 25 0 63 43 38 155 62 16
Octal 161 1 45 0 143 103 70 525 142 26
Binary 1110001 1 100101 0 1100011 1000011 111000 101010101 1100010 10110

Color Harmonies of #710125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710125

Black with #710125

Text Example


Text Example

White with #710125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710125; }

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

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

background-color css

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

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

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

border-color css

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

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

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