Html Css Color HEX #710227 Burgundy

📋 copy color: '#710227'

red 113 ◦ green 2 ◦ blue 39

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

Shades of Burgundy #710227

Tints of Burgundy #710227

RGB

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

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

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

R = 73.38%
G = 1.3%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#710227 (or 0x710227) is known color: Burgundy. HEX triplet: 71, 02 and 27. RGB value is (113,2,39). Sum of RGB (Red+Green+Blue) = 113+2+39=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #710227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710227 is #8EFDD8. Grayscale: #272727. Windows color (decimal): -9371097 or 2556529. OLE color: 2556529.

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

Color convert

RGB 113 2 39 -
CMYK 0 0.98 0.65 0.56
HSL 340º 0.97% 0.23% -
HSV(B) 340º 0.98% 0.44% -
XYZ 7.2 3.7 2.25 -
YUV 39.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 113 2 39 0 0.98 0.65 0.56 340 0.97 0.23
Hex 71 2 27 0 62 41 38 154 61 17
Octal 161 2 47 0 142 101 70 524 141 27
Binary 1110001 10 100111 0 1100010 1000001 111000 101010100 1100001 10111

Color Harmonies of #710227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710227

Black with #710227

Text Example


Text Example

White with #710227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710227; }

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

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

background-color css

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

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

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

border-color css

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

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

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