Html Css Color HEX #710222 Burgundy

📋 copy color: '#710222'

red 113 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #710222

Tints of Burgundy #710222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.82%

R = 75.84%
G = 1.34%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#710222 (or 0x710222) is known color: Burgundy. HEX triplet: 71, 02 and 22. RGB value is (113,2,34). Sum of RGB (Red+Green+Blue) = 113+2+34=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 34 (13.67% from 255 or 22.82% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #710222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710222 is #8EFDDD. Grayscale: #262626. Windows color (decimal): -9371102 or 2228849. OLE color: 2228849.

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

Color convert

RGB 113 2 34 -
CMYK 0 0.98 0.70 0.56
HSL 342.7º 0.97% 0.23% -
HSV(B) 342.7º 0.98% 0.44% -
XYZ 7.12 3.67 1.85 -
YUV 38.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 113 2 34 0 0.98 0.70 0.56 342.7 0.97 0.23
Hex 71 2 22 0 62 46 38 157 61 17
Octal 161 2 42 0 142 106 70 527 141 27
Binary 1110001 10 100010 0 1100010 1000110 111000 101010111 1100001 10111

Color Harmonies of #710222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710222

Black with #710222

Text Example


Text Example

White with #710222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710222; }

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

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

background-color css

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

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

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

border-color css

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

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

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