Html Css Color HEX #710226 Burgundy

📋 copy color: '#710226'

red 113 ◦ green 2 ◦ blue 38

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

Shades of Burgundy #710226

Tints of Burgundy #710226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.84%

R = 73.86%
G = 1.31%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#710226 (or 0x710226) is known color: Burgundy. HEX triplet: 71, 02 and 26. RGB value is (113,2,38). Sum of RGB (Red+Green+Blue) = 113+2+38=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710226 is #8EFDD9. Grayscale: #272727. Windows color (decimal): -9371098 or 2490993. OLE color: 2490993.

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

Color convert

RGB 113 2 38 -
CMYK 0 0.98 0.66 0.56
HSL 340.54º 0.97% 0.23% -
HSV(B) 340.54º 0.98% 0.44% -
XYZ 7.18 3.69 2.17 -
YUV 39.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 113 2 38 0 0.98 0.66 0.56 340.54 0.97 0.23
Hex 71 2 26 0 62 42 38 155 61 17
Octal 161 2 46 0 142 102 70 525 141 27
Binary 1110001 10 100110 0 1100010 1000010 111000 101010101 1100001 10111

Color Harmonies of #710226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710226

Black with #710226

Text Example


Text Example

White with #710226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710226; }

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

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

background-color css

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

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

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

border-color css

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

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

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