Html Css Color HEX #710127 Burgundy

📋 copy color: '#710127'

red 113 ◦ green 1 ◦ blue 39

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

Shades of Burgundy #710127

Tints of Burgundy #710127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.49%

R = 73.86%
G = 0.65%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#710127 (or 0x710127) is known color: Burgundy. HEX triplet: 71, 01 and 27. RGB value is (113,1,39). Sum of RGB (Red+Green+Blue) = 113+1+39=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 39 (15.62% from 255 or 25.49% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710127 is #8EFED8. Grayscale: #262626. Windows color (decimal): -9371353 or 2556273. OLE color: 2556273.

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

Color convert

RGB 113 1 39 -
CMYK 0 0.99 0.65 0.56
HSL 339.64º 0.98% 0.22% -
HSV(B) 339.64º 0.99% 0.44% -
XYZ 7.19 3.68 2.25 -
YUV 38.82 128.11 180.91 -
System Red Green Blue C M Y K H S L
Decimal 113 1 39 0 0.99 0.65 0.56 339.64 0.98 0.22
Hex 71 1 27 0 63 41 38 154 62 16
Octal 161 1 47 0 143 101 70 524 142 26
Binary 1110001 1 100111 0 1100011 1000001 111000 101010100 1100010 10110

Color Harmonies of #710127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710127

Black with #710127

Text Example


Text Example

White with #710127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710127; }

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

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

background-color css

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

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

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

border-color css

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

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

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