#47091F

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

Shades of Bordeaux #47091F

Tints of Bordeaux #47091F

Color information

#47091F (or 0x47091F) is unknown color: approx Bordeaux. HEX triplet: 47, 09 and 1F. RGB value is (71,9,31). Sum of RGB (Red+Green+Blue) = 71+9+31=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #47091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47091F is #B8F6E0. Grayscale: #1E1E1E. Windows color (decimal): -12121825 or 2033991. OLE color: 2033991.

HSL color Cylindrical-coordinate representation of color #47091F: hue angle of 338.71º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47091F is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB71931-
CMYK00.870.560.72
HSL338.71º77.5%15.69%-
HSV(B)338.71º87.32%27.84%-
XYZ2.941.631.46-
YUV30.05128.54157.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=63.96%
G=8.11%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7193100.870.560.72338.7177.515.69
Hex4791F05738481534e10
Octal107113701277011052311620
Binary1000111100111111010101111110001001000101010011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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