#47191F

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

Shades of Bordeaux #47191F

Tints of Bordeaux #47191F

Color information

#47191F (or 0x47191F) is unknown color: approx Bordeaux. HEX triplet: 47, 19 and 1F. RGB value is (71,25,31). Sum of RGB (Red+Green+Blue) = 71+25+31=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #47191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47191F is #B8E6E0. Grayscale: #272727. Windows color (decimal): -12117729 or 2038087. OLE color: 2038087.

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

Color convert

RGB712531-
CMYK00.650.560.72
HSL352.17º47.92%18.82%-
HSV(B)352.17º64.79%27.84%-
XYZ3.192.131.54-
YUV39.44123.24150.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 31 (12.5% from 255) = 24.41%
R=55.91%
G=19.69%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71253100.650.560.72352.1747.9218.82
Hex47191F04138481603013
Octal10731370101701105406023
Binary1000111110011111101000001111000100100010110000011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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