Html Css Color HEX #710312 Burgundy

📋 copy color: '#710312'

red 113 ◦ green 3 ◦ blue 18

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

Shades of Burgundy #710312

Tints of Burgundy #710312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

 BLUE value IS 18 (7.42% from 255) = 13.43%

R = 84.33%
G = 2.24%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#710312 (or 0x710312) is known color: Burgundy. HEX triplet: 71, 03 and 12. RGB value is (113,3,18). Sum of RGB (Red+Green+Blue) = 113+3+18=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710312 is #8EFCED. Grayscale: #252525. Windows color (decimal): -9370862 or 1180529. OLE color: 1180529.

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

Color convert

RGB 113 3 18 -
CMYK 0 0.97 0.84 0.56
HSL 351.82º 0.95% 0.23% -
HSV(B) 351.82º 0.97% 0.44% -
XYZ 6.95 3.62 0.9 -
YUV 37.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 113 3 18 0 0.97 0.84 0.56 351.82 0.95 0.23
Hex 71 3 12 0 61 54 38 160 5F 17
Octal 161 3 22 0 141 124 70 540 137 27
Binary 1110001 11 10010 0 1100001 1010100 111000 101100000 1011111 10111

Color Harmonies of #710312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710312

Black with #710312

Text Example


Text Example

White with #710312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710312; }

 p { color: rgb(113,3,18); }

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

background-color css

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

 a { background-color: rgb(113,3,18); }

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

border-color css

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

 span { border-color: rgb(113,3,18); }

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