#47091A

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

Shades of Bordeaux #47091A

Tints of Bordeaux #47091A

Color information

#47091A (or 0x47091A) is unknown color: approx Bordeaux. HEX triplet: 47, 09 and 1A. RGB value is (71,9,26). Sum of RGB (Red+Green+Blue) = 71+9+26=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #47091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47091A is #B8F6E5. Grayscale: #1D1D1D. Windows color (decimal): -12121830 or 1706311. OLE color: 1706311.

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

Color convert

RGB71926-
CMYK00.870.630.72
HSL343.55º77.5%15.69%-
HSV(B)343.55º87.32%27.84%-
XYZ2.881.611.14-
YUV29.48126.04157.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=66.98%
G=8.49%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7192600.870.630.72343.5577.515.69
Hex4791A0573F481584e10
Octal107113201277711053011620
Binary1000111100111010010101111111111001000101011000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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