Html Css Color HEX #710015 Burgundy

📋 copy color: '#710015'

red 113 ◦ green 0 ◦ blue 21

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

Shades of Burgundy #710015

Tints of Burgundy #710015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.67%

R = 84.33%
G = 0%
B = 15.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#710015 (or 0x710015) is known color: Burgundy. HEX triplet: 71, 00 and 15. RGB value is (113,0,21). Sum of RGB (Red+Green+Blue) = 113+0+21=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710015 is #8EFFEA. Grayscale: #242424. Windows color (decimal): -9371627 or 1376369. OLE color: 1376369.

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

Color convert

RGB 113 0 21 -
CMYK 0 1 0.81 0.56
HSL 348.85º 1% 0.22% -
HSV(B) 348.85º 1% 0.44% -
XYZ 6.95 3.56 1.03 -
YUV 36.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 113 0 21 0 1 0.81 0.56 348.85 1 0.22
Hex 71 0 15 0 64 51 38 15D 64 16
Octal 161 0 25 0 144 121 70 535 144 26
Binary 1110001 0 10101 0 1100100 1010001 111000 101011101 1100100 10110

Color Harmonies of #710015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710015

Black with #710015

Text Example


Text Example

White with #710015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710015; }

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

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

background-color css

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

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

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

border-color css

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

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

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