#71030B

Color #71030B Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #71030B

Tints of Burgundy #71030B

Color information

#71030B (or 0x71030B) is unknown color: approx Burgundy. HEX triplet: 71, 03 and 0B. RGB value is (113,3,11). Sum of RGB (Red+Green+Blue) = 113+3+11=127 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.98% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 113 - color contains mainly: red. Hex color #71030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71030B is #8EFCF4. Grayscale: #242424. Windows color (decimal): -9370869 or 721777. OLE color: 721777.

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

Color convert

RGB113311-
CMYK00.970.900.56
HSL355.64º94.83%22.75%-
HSV(B)355.64º97.35%44.31%-
XYZ6.93.60.65-
YUV36.8113.44182.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 88.98%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 11 (4.69% from 255) = 8.66%
R=88.98%
G=2.36%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11331100.970.900.56355.6494.8322.75
Hex713B0615A381645f17
Octal16131301411327054413727
Binary1110001111011011000011011010111000101100100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71030B; }

 p { color: rgb(113,3,11); }

 H1.HeaderClassName
 {
   color: #71030B;
 }
 .AnyTagClassName
 {
   color: #71030B;
 }
</style>
background-color css

<style>
 a { background-color: #71030B; }

 a { background-color: rgb(113,3,11); }

 div.DivClassName
 {
   background-color: #71030B;
 }
 .BgClassName
 {
   background-color: #71030B;
 }
</style>
border-color css

<style>
 span { border-color: #71030B; }

 span { border-color: rgb(113,3,11); }

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