Html Css Color HEX #71050C Burgundy

📋 copy color: '#71050C'

red 113 ◦ green 5 ◦ blue 12

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

Shades of Burgundy #71050C

Tints of Burgundy #71050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 86.92%
G = 3.85%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#71050C (or 0x71050C) is known color: Burgundy. HEX triplet: 71, 05 and 0C. RGB value is (113,5,12). Sum of RGB (Red+Green+Blue) = 113+5+12=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #71050C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71050C is #8EFAF3. Grayscale: #262626. Windows color (decimal): -9370356 or 787825. OLE color: 787825.

HSL color Cylindrical-coordinate representation of color #71050C: hue angle of 356.11º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #71050C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 5 12 -
CMYK 0 0.96 0.89 0.56
HSL 356.11º 0.92% 0.23% -
HSV(B) 356.11º 0.96% 0.44% -
XYZ 6.93 3.65 0.69 -
YUV 38.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 113 5 12 0 0.96 0.89 0.56 356.11 0.92 0.23
Hex 71 5 C 0 60 59 38 164 5C 17
Octal 161 5 14 0 140 131 70 544 134 27
Binary 1110001 101 1100 0 1100000 1011001 111000 101100100 1011100 10111

Color Harmonies of #71050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71050C

Black with #71050C

Text Example


Text Example

White with #71050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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