Html Css Color HEX #710324 Burgundy

📋 copy color: '#710324'

red 113 ◦ green 3 ◦ blue 36

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

Shades of Burgundy #710324

Tints of Burgundy #710324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 74.34%
G = 1.97%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#710324 (or 0x710324) is known color: Burgundy. HEX triplet: 71, 03 and 24. RGB value is (113,3,36). Sum of RGB (Red+Green+Blue) = 113+3+36=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #710324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710324 is #8EFCDB. Grayscale: #272727. Windows color (decimal): -9370844 or 2360177. OLE color: 2360177.

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

Color convert

RGB 113 3 36 -
CMYK 0 0.97 0.68 0.56
HSL 342º 0.95% 0.23% -
HSV(B) 342º 0.97% 0.44% -
XYZ 7.16 3.7 2.01 -
YUV 39.65 125.94 180.32 -
System Red Green Blue C M Y K H S L
Decimal 113 3 36 0 0.97 0.68 0.56 342 0.95 0.23
Hex 71 3 24 0 61 44 38 156 5F 17
Octal 161 3 44 0 141 104 70 526 137 27
Binary 1110001 11 100100 0 1100001 1000100 111000 101010110 1011111 10111

Color Harmonies of #710324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710324

Black with #710324

Text Example


Text Example

White with #710324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710324; }

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

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

background-color css

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

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

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

border-color css

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

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

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