#47191E

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

Shades of Bordeaux #47191E

Tints of Bordeaux #47191E

Color information

#47191E (or 0x47191E) is unknown color: approx Bordeaux. HEX triplet: 47, 19 and 1E. RGB value is (71,25,30). Sum of RGB (Red+Green+Blue) = 71+25+30=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #47191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47191E is #B8E6E1. Grayscale: #272727. Windows color (decimal): -12117730 or 1972551. OLE color: 1972551.

HSL color Cylindrical-coordinate representation of color #47191E: hue angle of 353.48º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47191E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB712530-
CMYK00.650.580.72
HSL353.48º47.92%18.82%-
HSV(B)353.48º64.79%27.84%-
XYZ3.182.131.47-
YUV39.32122.74150.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 25 (10.16% from 255) = 19.84%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=56.35%
G=19.84%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71253000.650.580.72353.4847.9218.82
Hex47191E0413A481613013
Octal10731360101721105416023
Binary1000111110011111001000001111010100100010110000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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