Html Css Color HEX #710108 Burgundy

📋 copy color: '#710108'

red 113 ◦ green 1 ◦ blue 8

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

Shades of Burgundy #710108

Tints of Burgundy #710108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.56%

R = 92.62%
G = 0.82%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#710108 (or 0x710108) is known color: Burgundy. HEX triplet: 71, 01 and 08. RGB value is (113,1,8). Sum of RGB (Red+Green+Blue) = 113+1+8=122 (16% of max value = 765). Red value is 113 (44.53% from 255 or 92.62% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 113 - color contains mainly: red. Hex color #710108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710108 is #8EFEF7. Grayscale: #232323. Windows color (decimal): -9371384 or 524657. OLE color: 524657.

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

Color convert

RGB 113 1 8 -
CMYK 0 0.99 0.93 0.56
HSL 356.25º 0.98% 0.22% -
HSV(B) 356.25º 0.99% 0.44% -
XYZ 6.86 3.55 0.55 -
YUV 35.29 112.61 183.43 -
System Red Green Blue C M Y K H S L
Decimal 113 1 8 0 0.99 0.93 0.56 356.25 0.98 0.22
Hex 71 1 8 0 63 5D 38 164 62 16
Octal 161 1 10 0 143 135 70 544 142 26
Binary 1110001 1 1000 0 1100011 1011101 111000 101100100 1100010 10110

Color Harmonies of #710108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710108

Black with #710108

Text Example


Text Example

White with #710108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710108; }

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

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

background-color css

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

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

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

border-color css

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

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

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