#47091D

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

Shades of Bordeaux #47091D

Tints of Bordeaux #47091D

Color information

#47091D (or 0x47091D) is unknown color: approx Bordeaux. HEX triplet: 47, 09 and 1D. RGB value is (71,9,29). Sum of RGB (Red+Green+Blue) = 71+9+29=109 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.14% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 71 - color contains mainly: red. Hex color #47091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47091D is #B8F6E2. Grayscale: #1D1D1D. Windows color (decimal): -12121827 or 1902919. OLE color: 1902919.

HSL color Cylindrical-coordinate representation of color #47091D: hue angle of 340.65º 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 #47091D is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB71929-
CMYK00.870.590.72
HSL340.65º77.5%15.69%-
HSV(B)340.65º87.32%27.84%-
XYZ2.921.621.32-
YUV29.82127.54157.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.14%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=65.14%
G=8.26%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7192900.870.590.72340.6577.515.69
Hex4791D0573B481554e10
Octal107113501277311052511620
Binary1000111100111101010101111110111001000101010101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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