Html Css Color HEX #710425 Burgundy

📋 copy color: '#710425'

red 113 ◦ green 4 ◦ blue 37

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

Shades of Burgundy #710425

Tints of Burgundy #710425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

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

R = 73.38%
G = 2.6%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#710425 (or 0x710425) is known color: Burgundy. HEX triplet: 71, 04 and 25. RGB value is (113,4,37). Sum of RGB (Red+Green+Blue) = 113+4+37=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #710425 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710425 is #8EFBDA. Grayscale: #282828. Windows color (decimal): -9370587 or 2425969. OLE color: 2425969.

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

Color convert

RGB 113 4 37 -
CMYK 0 0.96 0.67 0.56
HSL 341.83º 0.93% 0.23% -
HSV(B) 341.83º 0.96% 0.44% -
XYZ 7.19 3.73 2.09 -
YUV 40.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 113 4 37 0 0.96 0.67 0.56 341.83 0.93 0.23
Hex 71 4 25 0 60 43 38 156 5D 17
Octal 161 4 45 0 140 103 70 526 135 27
Binary 1110001 100 100101 0 1100000 1000011 111000 101010110 1011101 10111

Color Harmonies of #710425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710425

Black with #710425

Text Example


Text Example

White with #710425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710425; }

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

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

background-color css

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

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

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

border-color css

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

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

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