Html Css Color HEX #710C18 Burgundy

📋 copy color: '#710C18'

red 113 ◦ green 12 ◦ blue 24

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

Shades of Burgundy #710C18

Tints of Burgundy #710C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.05%

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

R = 75.84%
G = 8.05%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#710C18 (or 0x710C18) is known color: Burgundy. HEX triplet: 71, 0C and 18. RGB value is (113,12,24). Sum of RGB (Red+Green+Blue) = 113+12+24=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 12 (5.08% from 255 or 8.05% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #710C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C18 is #8EF3E7. Grayscale: #2B2B2B. Windows color (decimal): -9368552 or 1576049. OLE color: 1576049.

HSL color Cylindrical-coordinate representation of color #710C18: hue angle of 352.87º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #710C18 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 12 24 -
CMYK 0 0.89 0.79 0.56
HSL 352.87º 0.81% 0.25% -
HSV(B) 352.87º 0.89% 0.44% -
XYZ 7.11 3.84 1.23 -
YUV 43.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 113 12 24 0 0.89 0.79 0.56 352.87 0.81 0.25
Hex 71 C 18 0 59 4F 38 161 51 19
Octal 161 14 30 0 131 117 70 541 121 31
Binary 1110001 1100 11000 0 1011001 1001111 111000 101100001 1010001 11001

Color Harmonies of #710C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C18

Black with #710C18

Text Example


Text Example

White with #710C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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