Html Css Color HEX #710018 Burgundy

📋 copy color: '#710018'

red 113 ◦ green 0 ◦ blue 24

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

Shades of Burgundy #710018

Tints of Burgundy #710018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.52%

R = 82.48%
G = 0%
B = 17.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#710018 (or 0x710018) is known color: Burgundy. HEX triplet: 71, 00 and 18. RGB value is (113,0,24). Sum of RGB (Red+Green+Blue) = 113+0+24=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #710018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710018 is #8EFFE7. Grayscale: #242424. Windows color (decimal): -9371624 or 1572977. OLE color: 1572977.

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

Color convert

RGB 113 0 24 -
CMYK 0 1 0.79 0.56
HSL 347.26º 1% 0.22% -
HSV(B) 347.26º 1% 0.44% -
XYZ 6.97 3.58 1.19 -
YUV 36.52 120.94 182.55 -
System Red Green Blue C M Y K H S L
Decimal 113 0 24 0 1 0.79 0.56 347.26 1 0.22
Hex 71 0 18 0 64 4F 38 15B 64 16
Octal 161 0 30 0 144 117 70 533 144 26
Binary 1110001 0 11000 0 1100100 1001111 111000 101011011 1100100 10110

Color Harmonies of #710018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710018

Black with #710018

Text Example


Text Example

White with #710018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710018; }

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

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

background-color css

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

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

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

border-color css

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

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

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