Html Css Color HEX #710328 Burgundy

📋 copy color: '#710328'

red 113 ◦ green 3 ◦ blue 40

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

Shades of Burgundy #710328

Tints of Burgundy #710328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.64%

R = 72.44%
G = 1.92%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#710328 (or 0x710328) is known color: Burgundy. HEX triplet: 71, 03 and 28. RGB value is (113,3,40). Sum of RGB (Red+Green+Blue) = 113+3+40=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #710328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710328 is #8EFCD7. Grayscale: #282828. Windows color (decimal): -9370840 or 2622321. OLE color: 2622321.

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

Color convert

RGB 113 3 40 -
CMYK 0 0.97 0.65 0.56
HSL 339.82º 0.95% 0.23% -
HSV(B) 339.82º 0.97% 0.44% -
XYZ 7.23 3.73 2.35 -
YUV 40.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 113 3 40 0 0.97 0.65 0.56 339.82 0.95 0.23
Hex 71 3 28 0 61 41 38 154 5F 17
Octal 161 3 50 0 141 101 70 524 137 27
Binary 1110001 11 101000 0 1100001 1000001 111000 101010100 1011111 10111

Color Harmonies of #710328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710328

Black with #710328

Text Example


Text Example

White with #710328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710328; }

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

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

background-color css

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

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

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

border-color css

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

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

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