Html Css Color HEX #710B25 Burgundy

📋 copy color: '#710B25'

red 113 ◦ green 11 ◦ blue 37

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

Shades of Burgundy #710B25

Tints of Burgundy #710B25

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.83%

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

R = 70.19%
G = 6.83%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#710B25 (or 0x710B25) is known color: Burgundy. HEX triplet: 71, 0B and 25. RGB value is (113,11,37). Sum of RGB (Red+Green+Blue) = 113+11+37=161 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.19% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 113 - color contains mainly: red. Hex color #710B25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710B25 is #8EF4DA. Grayscale: #2C2C2C. Windows color (decimal): -9368795 or 2427761. OLE color: 2427761.

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

Color convert

RGB 113 11 37 -
CMYK 0 0.90 0.67 0.56
HSL 344.71º 0.82% 0.24% -
HSV(B) 344.71º 0.9% 0.44% -
XYZ 7.26 3.88 2.12 -
YUV 44.46 123.79 176.89 -
System Red Green Blue C M Y K H S L
Decimal 113 11 37 0 0.90 0.67 0.56 344.71 0.82 0.24
Hex 71 B 25 0 5A 43 38 159 52 18
Octal 161 13 45 0 132 103 70 531 122 30
Binary 1110001 1011 100101 0 1011010 1000011 111000 101011001 1010010 11000

Color Harmonies of #710B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B25

Black with #710B25

Text Example


Text Example

White with #710B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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