Html Css Color HEX #710123 Burgundy

📋 copy color: '#710123'

red 113 ◦ green 1 ◦ blue 35

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

Shades of Burgundy #710123

Tints of Burgundy #710123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.49%

R = 75.84%
G = 0.67%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#710123 (or 0x710123) is known color: Burgundy. HEX triplet: 71, 01 and 23. RGB value is (113,1,35). Sum of RGB (Red+Green+Blue) = 113+1+35=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #710123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710123 is #8EFEDC. Grayscale: #262626. Windows color (decimal): -9371357 or 2294129. OLE color: 2294129.

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

Color convert

RGB 113 1 35 -
CMYK 0 0.99 0.69 0.56
HSL 341.79º 0.98% 0.22% -
HSV(B) 341.79º 0.99% 0.44% -
XYZ 7.12 3.65 1.92 -
YUV 38.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 113 1 35 0 0.99 0.69 0.56 341.79 0.98 0.22
Hex 71 1 23 0 63 45 38 156 62 16
Octal 161 1 43 0 143 105 70 526 142 26
Binary 1110001 1 100011 0 1100011 1000101 111000 101010110 1100010 10110

Color Harmonies of #710123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710123

Black with #710123

Text Example


Text Example

White with #710123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710123; }

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

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

background-color css

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

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

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

border-color css

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

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

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