Html Css Color HEX #710022 Burgundy

📋 copy color: '#710022'

red 113 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #710022

Tints of Burgundy #710022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.87%
G = 0%
B = 23.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#710022 (or 0x710022) is known color: Burgundy. HEX triplet: 71, 00 and 22. RGB value is (113,0,34). Sum of RGB (Red+Green+Blue) = 113+0+34=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710022 is #8EFFDD. Grayscale: #252525. Windows color (decimal): -9371614 or 2228337. OLE color: 2228337.

HSL color Cylindrical-coordinate representation of color #710022: hue angle of 341.95º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710022 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 0 34 -
CMYK 0 1 0.70 0.56
HSL 341.95º 1% 0.22% -
HSV(B) 341.95º 1% 0.44% -
XYZ 7.1 3.63 1.84 -
YUV 37.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 113 0 34 0 1 0.70 0.56 341.95 1 0.22
Hex 71 0 22 0 64 46 38 156 64 16
Octal 161 0 42 0 144 106 70 526 144 26
Binary 1110001 0 100010 0 1100100 1000110 111000 101010110 1100100 10110

Color Harmonies of #710022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710022

Black with #710022

Text Example


Text Example

White with #710022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710022; }

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

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

background-color css

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

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

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

border-color css

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

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

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