Html Css Color HEX #710A25 Burgundy

📋 copy color: '#710A25'

red 113 ◦ green 10 ◦ blue 37

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

Shades of Burgundy #710A25

Tints of Burgundy #710A25

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.25%

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

R = 70.63%
G = 6.25%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#710A25 (or 0x710A25) is known color: Burgundy. HEX triplet: 71, 0A and 25. RGB value is (113,10,37). Sum of RGB (Red+Green+Blue) = 113+10+37=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #710A25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A25 is #8EF5DA. Grayscale: #2B2B2B. Windows color (decimal): -9369051 or 2427505. OLE color: 2427505.

HSL color Cylindrical-coordinate representation of color #710A25: hue angle of 344.27º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A25 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 37 -
CMYK 0 0.91 0.67 0.56
HSL 344.27º 0.84% 0.24% -
HSV(B) 344.27º 0.91% 0.44% -
XYZ 7.25 3.86 2.11 -
YUV 43.88 124.12 177.3 -
System Red Green Blue C M Y K H S L
Decimal 113 10 37 0 0.91 0.67 0.56 344.27 0.84 0.24
Hex 71 A 25 0 5B 43 38 158 54 18
Octal 161 12 45 0 133 103 70 530 124 30
Binary 1110001 1010 100101 0 1011011 1000011 111000 101011000 1010100 11000

Color Harmonies of #710A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A25

Black with #710A25

Text Example


Text Example

White with #710A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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