Html Css Color HEX #710008 Burgundy

📋 copy color: '#710008'

red 113 ◦ green 0 ◦ blue 8

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

Shades of Burgundy #710008

Tints of Burgundy #710008

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.39%
G = 0%
B = 6.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#710008 (or 0x710008) is known color: Burgundy. HEX triplet: 71, 00 and 08. RGB value is (113,0,8). Sum of RGB (Red+Green+Blue) = 113+0+8=121 (16% of max value = 765). Red value is 113 (44.53% from 255 or 93.39% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 113 - color contains mainly: red. Hex color #710008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710008 is #8EFFF7. Grayscale: #222222. Windows color (decimal): -9371640 or 524401. OLE color: 524401.

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

Color convert

RGB 113 0 8 -
CMYK 0 1 0.93 0.56
HSL 355.75º 1% 0.22% -
HSV(B) 355.75º 1% 0.44% -
XYZ 6.85 3.53 0.55 -
YUV 34.7 112.94 183.85 -
System Red Green Blue C M Y K H S L
Decimal 113 0 8 0 1 0.93 0.56 355.75 1 0.22
Hex 71 0 8 0 64 5D 38 164 64 16
Octal 161 0 10 0 144 135 70 544 144 26
Binary 1110001 0 1000 0 1100100 1011101 111000 101100100 1100100 10110

Color Harmonies of #710008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710008

Black with #710008

Text Example


Text Example

White with #710008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710008; }

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

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

background-color css

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

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

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

border-color css

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

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

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