#47151E

Color #47151E Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #47151E

Tints of Bordeaux #47151E

Color information

#47151E (or 0x47151E) is unknown color: approx Bordeaux. HEX triplet: 47, 15 and 1E. RGB value is (71,21,30). Sum of RGB (Red+Green+Blue) = 71+21+30=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151E is #B8EAE1. Grayscale: #242424. Windows color (decimal): -12118754 or 1971527. OLE color: 1971527.

HSL color Cylindrical-coordinate representation of color #47151E: hue angle of 349.2º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #47151E is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB712130-
CMYK00.700.580.72
HSL349.2º54.35%18.04%-
HSV(B)349.2º70.42%27.84%-
XYZ3.11.971.45-
YUV36.98124.06152.27-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 21 (8.59% from 255) = 17.21%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=58.20%
G=17.21%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71213000.700.580.72349.254.3518.04
Hex47151E0463A4815d3612
Octal10725360106721105356622
Binary1000111101011111001000110111010100100010101110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47151E; }

 p { color: rgb(71,21,30); }

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

<style>
 a { background-color: #47151E; }

 a { background-color: rgb(71,21,30); }

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

<style>
 span { border-color: #47151E; }

 span { border-color: rgb(71,21,30); }

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