Html Css Color HEX #71050F Burgundy

📋 copy color: '#71050F'

red 113 ◦ green 5 ◦ blue 15

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

Shades of Burgundy #71050F

Tints of Burgundy #71050F

RGB

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

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

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

R = 84.96%
G = 3.76%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71050F (or 0x71050F) is known color: Burgundy. HEX triplet: 71, 05 and 0F. RGB value is (113,5,15). Sum of RGB (Red+Green+Blue) = 113+5+15=133 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.96% from 133); Green value is 5 (2.34% from 255 or 3.76% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 113 - color contains mainly: red. Hex color #71050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71050F is #8EFAF0. Grayscale: #262626. Windows color (decimal): -9370353 or 984433. OLE color: 984433.

HSL color Cylindrical-coordinate representation of color #71050F: hue angle of 354.44º 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 #71050F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 5 15 -
CMYK 0 0.96 0.87 0.56
HSL 354.44º 0.92% 0.23% -
HSV(B) 354.44º 0.96% 0.44% -
XYZ 6.95 3.65 0.79 -
YUV 38.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 113 5 15 0 0.96 0.87 0.56 354.44 0.92 0.23
Hex 71 5 F 0 60 57 38 162 5C 17
Octal 161 5 17 0 140 127 70 542 134 27
Binary 1110001 101 1111 0 1100000 1010111 111000 101100010 1011100 10111

Color Harmonies of #71050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71050F

Black with #71050F

Text Example


Text Example

White with #71050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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