Html Css Color HEX #71040A Burgundy

📋 copy color: '#71040A'

red 113 ◦ green 4 ◦ blue 10

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

Shades of Burgundy #71040A

Tints of Burgundy #71040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.15%

 BLUE value IS 10 (4.3% from 255) = 7.87%

R = 88.98%
G = 3.15%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#71040A (or 0x71040A) is known color: Burgundy. HEX triplet: 71, 04 and 0A. RGB value is (113,4,10). Sum of RGB (Red+Green+Blue) = 113+4+10=127 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.98% from 127); Green value is 4 (1.95% from 255 or 3.15% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 113 - color contains mainly: red. Hex color #71040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71040A is #8EFBF5. Grayscale: #252525. Windows color (decimal): -9370614 or 656497. OLE color: 656497.

HSL color Cylindrical-coordinate representation of color #71040A: hue angle of 356.7º degrees, saturation: 0.93, 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 #71040A is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 4 10 -
CMYK 0 0.96 0.91 0.56
HSL 356.7º 0.93% 0.23% -
HSV(B) 356.7º 0.96% 0.44% -
XYZ 6.91 3.62 0.62 -
YUV 37.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 113 4 10 0 0.96 0.91 0.56 356.7 0.93 0.23
Hex 71 4 A 0 60 5B 38 165 5D 17
Octal 161 4 12 0 140 133 70 545 135 27
Binary 1110001 100 1010 0 1100000 1011011 111000 101100101 1011101 10111

Color Harmonies of #71040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71040A

Black with #71040A

Text Example


Text Example

White with #71040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71040A; }

 p { color: rgb(113,4,10); }

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

background-color css

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

 a { background-color: rgb(113,4,10); }

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

border-color css

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

 span { border-color: rgb(113,4,10); }

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