Html Css Color HEX #710622 Burgundy

📋 copy color: '#710622'

red 113 ◦ green 6 ◦ blue 34

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

Shades of Burgundy #710622

Tints of Burgundy #710622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

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

R = 73.86%
G = 3.92%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#710622 (or 0x710622) is known color: Burgundy. HEX triplet: 71, 06 and 22. RGB value is (113,6,34). Sum of RGB (Red+Green+Blue) = 113+6+34=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710622 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710622 is #8EF9DD. Grayscale: #292929. Windows color (decimal): -9370078 or 2229873. OLE color: 2229873.

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

Color convert

RGB 113 6 34 -
CMYK 0 0.95 0.70 0.56
HSL 344.3º 0.9% 0.23% -
HSV(B) 344.3º 0.95% 0.44% -
XYZ 7.16 3.76 1.86 -
YUV 41.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 113 6 34 0 0.95 0.70 0.56 344.3 0.9 0.23
Hex 71 6 22 0 5F 46 38 158 5A 17
Octal 161 6 42 0 137 106 70 530 132 27
Binary 1110001 110 100010 0 1011111 1000110 111000 101011000 1011010 10111

Color Harmonies of #710622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710622

Black with #710622

Text Example


Text Example

White with #710622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710622; }

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

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

background-color css

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

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

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

border-color css

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

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

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