Html Css Color HEX #710323 Burgundy

📋 copy color: '#710323'

red 113 ◦ green 3 ◦ blue 35

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

Shades of Burgundy #710323

Tints of Burgundy #710323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.18%

R = 74.83%
G = 1.99%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#710323 (or 0x710323) is known color: Burgundy. HEX triplet: 71, 03 and 23. RGB value is (113,3,35). Sum of RGB (Red+Green+Blue) = 113+3+35=151 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.83% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 113 - color contains mainly: red. Hex color #710323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710323 is #8EFCDC. Grayscale: #272727. Windows color (decimal): -9370845 or 2294641. OLE color: 2294641.

HSL color Cylindrical-coordinate representation of color #710323: hue angle of 342.55º 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 #710323 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 3 35 -
CMYK 0 0.97 0.69 0.56
HSL 342.55º 0.95% 0.23% -
HSV(B) 342.55º 0.97% 0.44% -
XYZ 7.15 3.7 1.93 -
YUV 39.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 113 3 35 0 0.97 0.69 0.56 342.55 0.95 0.23
Hex 71 3 23 0 61 45 38 157 5F 17
Octal 161 3 43 0 141 105 70 527 137 27
Binary 1110001 11 100011 0 1100001 1000101 111000 101010111 1011111 10111

Color Harmonies of #710323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710323

Black with #710323

Text Example


Text Example

White with #710323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710323; }

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

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

background-color css

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

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

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

border-color css

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

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

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