Html Css Color HEX #710223 Burgundy

📋 copy color: '#710223'

red 113 ◦ green 2 ◦ blue 35

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

Shades of Burgundy #710223

Tints of Burgundy #710223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.33%

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

R = 75.33%
G = 1.33%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#710223 (or 0x710223) is known color: Burgundy. HEX triplet: 71, 02 and 23. RGB value is (113,2,35). Sum of RGB (Red+Green+Blue) = 113+2+35=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #710223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710223 is #8EFDDC. Grayscale: #262626. Windows color (decimal): -9371101 or 2294385. OLE color: 2294385.

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

Color convert

RGB 113 2 35 -
CMYK 0 0.98 0.69 0.56
HSL 342.16º 0.97% 0.23% -
HSV(B) 342.16º 0.98% 0.44% -
XYZ 7.14 3.68 1.92 -
YUV 38.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 113 2 35 0 0.98 0.69 0.56 342.16 0.97 0.23
Hex 71 2 23 0 62 45 38 156 61 17
Octal 161 2 43 0 142 105 70 526 141 27
Binary 1110001 10 100011 0 1100010 1000101 111000 101010110 1100001 10111

Color Harmonies of #710223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710223

Black with #710223

Text Example


Text Example

White with #710223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710223; }

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

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

background-color css

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

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

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

border-color css

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

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

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