#47091C

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

Shades of Bordeaux #47091C

Tints of Bordeaux #47091C

Color information

#47091C (or 0x47091C) is unknown color: approx Bordeaux. HEX triplet: 47, 09 and 1C. RGB value is (71,9,28). Sum of RGB (Red+Green+Blue) = 71+9+28=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #47091C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47091C is #B8F6E3. Grayscale: #1D1D1D. Windows color (decimal): -12121828 or 1837383. OLE color: 1837383.

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

Color convert

RGB71928-
CMYK00.870.610.72
HSL341.61º77.5%15.69%-
HSV(B)341.61º87.32%27.84%-
XYZ2.911.621.26-
YUV29.7127.04157.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 9 (3.91% from 255) = 8.33%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=65.74%
G=8.33%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7192800.870.610.72341.6177.515.69
Hex4791C0573D481564e10
Octal107113401277511052611620
Binary1000111100111100010101111111011001000101010110100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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