#470519

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

Shades of Bordeaux #470519

Tints of Bordeaux #470519

Color information

#470519 (or 0x470519) is unknown color: approx Bordeaux. HEX triplet: 47, 05 and 19. RGB value is (71,5,25). Sum of RGB (Red+Green+Blue) = 71+5+25=101 (13% of max value = 765). Red value is 71 (28.12% from 255 or 70.30% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 71 - color contains mainly: red. Hex color #470519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470519 is #B8FAE6. Grayscale: #1B1B1B. Windows color (decimal): -12122855 or 1639751. OLE color: 1639751.

HSL color Cylindrical-coordinate representation of color #470519: hue angle of 341.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470519 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB71525-
CMYK00.930.650.72
HSL341.82º86.84%14.9%-
HSV(B)341.82º92.96%27.84%-
XYZ2.831.521.06-
YUV27.01126.87159.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 70.30%
GREEN value IS 5 (2.34% from 255) = 4.95%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=70.30%
G=4.95%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7152500.930.650.72341.8286.8414.9
Hex4751905D414815657f
Octal107531013510111052612717
Binary100011110111001010111011000001100100010101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470519; }

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

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

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

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

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

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

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

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