#47151F

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

Shades of Bordeaux #47151F

Tints of Bordeaux #47151F

Color information

#47151F (or 0x47151F) is unknown color: approx Bordeaux. HEX triplet: 47, 15 and 1F. RGB value is (71,21,31). Sum of RGB (Red+Green+Blue) = 71+21+31=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #47151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151F is #B8EAE0. Grayscale: #252525. Windows color (decimal): -12118753 or 2037063. OLE color: 2037063.

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

Color convert

RGB712131-
CMYK00.700.560.72
HSL348º54.35%18.04%-
HSV(B)348º70.42%27.84%-
XYZ3.111.971.51-
YUV37.09124.56152.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=57.72%
G=17.07%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71213100.700.560.7234854.3518.04
Hex47151F046384815c3612
Octal10725370106701105346622
Binary1000111101011111101000110111000100100010101110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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