#47151B

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

Shades of Bordeaux #47151B

Tints of Bordeaux #47151B

Color information

#47151B (or 0x47151B) is unknown color: approx Bordeaux. HEX triplet: 47, 15 and 1B. RGB value is (71,21,27). Sum of RGB (Red+Green+Blue) = 71+21+27=119 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.66% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 71 - color contains mainly: red. Hex color #47151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47151B is #B8EAE4. Grayscale: #242424. Windows color (decimal): -12118757 or 1774919. OLE color: 1774919.

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

Color convert

RGB712127-
CMYK00.700.620.72
HSL352.8º54.35%18.04%-
HSV(B)352.8º70.42%27.84%-
XYZ3.061.961.25-
YUV36.63122.56152.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.66%
GREEN value IS 21 (8.59% from 255) = 17.65%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=59.66%
G=17.65%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71212700.700.620.72352.854.3518.04
Hex47151B0463E481613612
Octal10725330106761105416622
Binary1000111101011101101000110111110100100010110000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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