Html Css Color HEX #710126 Burgundy

📋 copy color: '#710126'

red 113 ◦ green 1 ◦ blue 38

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

Shades of Burgundy #710126

Tints of Burgundy #710126

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 74.34%
G = 0.66%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#710126 (or 0x710126) is known color: Burgundy. HEX triplet: 71, 01 and 26. RGB value is (113,1,38). Sum of RGB (Red+Green+Blue) = 113+1+38=152 (20% of max value = 765). Red value is 113 (44.53% from 255 or 74.34% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 113 - color contains mainly: red. Hex color #710126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710126 is #8EFED9. Grayscale: #262626. Windows color (decimal): -9371354 or 2490737. OLE color: 2490737.

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

Color convert

RGB 113 1 38 -
CMYK 0 0.99 0.66 0.56
HSL 340.18º 0.98% 0.22% -
HSV(B) 340.18º 0.99% 0.44% -
XYZ 7.17 3.67 2.16 -
YUV 38.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 113 1 38 0 0.99 0.66 0.56 340.18 0.98 0.22
Hex 71 1 26 0 63 42 38 154 62 16
Octal 161 1 46 0 143 102 70 524 142 26
Binary 1110001 1 100110 0 1100011 1000010 111000 101010100 1100010 10110

Color Harmonies of #710126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710126

Black with #710126

Text Example


Text Example

White with #710126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710126; }

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

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

background-color css

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

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

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

border-color css

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

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

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