Html Css Color HEX #710A27 Burgundy

📋 copy color: '#710A27'

red 113 ◦ green 10 ◦ blue 39

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

Shades of Burgundy #710A27

Tints of Burgundy #710A27

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.17%

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

R = 69.75%
G = 6.17%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#710A27 (or 0x710A27) is known color: Burgundy. HEX triplet: 71, 0A and 27. RGB value is (113,10,39). Sum of RGB (Red+Green+Blue) = 113+10+39=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #710A27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710A27 is #8EF5D8. Grayscale: #2C2C2C. Windows color (decimal): -9369049 or 2558577. OLE color: 2558577.

HSL color Cylindrical-coordinate representation of color #710A27: hue angle of 343.11º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #710A27 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 10 39 -
CMYK 0 0.91 0.65 0.56
HSL 343.11º 0.84% 0.24% -
HSV(B) 343.11º 0.91% 0.44% -
XYZ 7.28 3.87 2.28 -
YUV 44.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 113 10 39 0 0.91 0.65 0.56 343.11 0.84 0.24
Hex 71 A 27 0 5B 41 38 157 54 18
Octal 161 12 47 0 133 101 70 527 124 30
Binary 1110001 1010 100111 0 1011011 1000001 111000 101010111 1010100 11000

Color Harmonies of #710A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A27

Black with #710A27

Text Example


Text Example

White with #710A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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