Html Css Color HEX #710225 Burgundy

📋 copy color: '#710225'

red 113 ◦ green 2 ◦ blue 37

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

Shades of Burgundy #710225

Tints of Burgundy #710225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 74.34%
G = 1.32%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#710225 (or 0x710225) is known color: Burgundy. HEX triplet: 71, 02 and 25. RGB value is (113,2,37). Sum of RGB (Red+Green+Blue) = 113+2+37=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #710225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710225 is #8EFDDA. Grayscale: #272727. Windows color (decimal): -9371099 or 2425457. OLE color: 2425457.

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

Color convert

RGB 113 2 37 -
CMYK 0 0.98 0.67 0.56
HSL 341.08º 0.97% 0.23% -
HSV(B) 341.08º 0.98% 0.44% -
XYZ 7.17 3.69 2.08 -
YUV 39.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 113 2 37 0 0.98 0.67 0.56 341.08 0.97 0.23
Hex 71 2 25 0 62 43 38 155 61 17
Octal 161 2 45 0 142 103 70 525 141 27
Binary 1110001 10 100101 0 1100010 1000011 111000 101010101 1100001 10111

Color Harmonies of #710225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710225

Black with #710225

Text Example


Text Example

White with #710225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710225; }

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

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

background-color css

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

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

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

border-color css

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

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

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