Html Css Color HEX #710827 Burgundy

📋 copy color: '#710827'

red 113 ◦ green 8 ◦ blue 39

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

Shades of Burgundy #710827

Tints of Burgundy #710827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5%

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

R = 70.63%
G = 5%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#710827 (or 0x710827) is known color: Burgundy. HEX triplet: 71, 08 and 27. RGB value is (113,8,39). Sum of RGB (Red+Green+Blue) = 113+8+39=160 (21% of max value = 765). Red value is 113 (44.53% from 255 or 70.62% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 39 (15.62% from 255 or 24.38% from 160); Max value from RGB is 113 - color contains mainly: red. Hex color #710827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710827 is #8EF7D8. Grayscale: #2A2A2A. Windows color (decimal): -9369561 or 2558065. OLE color: 2558065.

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

Color convert

RGB 113 8 39 -
CMYK 0 0.93 0.65 0.56
HSL 342.29º 0.87% 0.24% -
HSV(B) 342.29º 0.93% 0.44% -
XYZ 7.26 3.83 2.28 -
YUV 42.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 113 8 39 0 0.93 0.65 0.56 342.29 0.87 0.24
Hex 71 8 27 0 5D 41 38 156 57 18
Octal 161 10 47 0 135 101 70 526 127 30
Binary 1110001 1000 100111 0 1011101 1000001 111000 101010110 1010111 11000

Color Harmonies of #710827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710827

Black with #710827

Text Example


Text Example

White with #710827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710827; }

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

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

background-color css

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

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

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

border-color css

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

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

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