Html Css Color HEX #71060F Burgundy

📋 copy color: '#71060F'

red 113 ◦ green 6 ◦ blue 15

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

Shades of Burgundy #71060F

Tints of Burgundy #71060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.48%

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 84.33%
G = 4.48%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71060F (or 0x71060F) is known color: Burgundy. HEX triplet: 71, 06 and 0F. RGB value is (113,6,15). Sum of RGB (Red+Green+Blue) = 113+6+15=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #71060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71060F is #8EF9F0. Grayscale: #272727. Windows color (decimal): -9370097 or 984689. OLE color: 984689.

HSL color Cylindrical-coordinate representation of color #71060F: hue angle of 354.95º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #71060F is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 15 -
CMYK 0 0.95 0.87 0.56
HSL 354.95º 0.9% 0.23% -
HSV(B) 354.95º 0.95% 0.44% -
XYZ 6.96 3.68 0.79 -
YUV 39.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 113 6 15 0 0.95 0.87 0.56 354.95 0.9 0.23
Hex 71 6 F 0 5F 57 38 163 5A 17
Octal 161 6 17 0 137 127 70 543 132 27
Binary 1110001 110 1111 0 1011111 1010111 111000 101100011 1011010 10111

Color Harmonies of #71060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71060F

Black with #71060F

Text Example


Text Example

White with #71060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71060F; }

 p { color: rgb(113,6,15); }

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

background-color css

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

 a { background-color: rgb(113,6,15); }

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

border-color css

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

 span { border-color: rgb(113,6,15); }

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