#470015

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

Shades of Bordeaux #470015

Tints of Bordeaux #470015

Color information

#470015 (or 0x470015) is unknown color: approx Bordeaux. HEX triplet: 47, 00 and 15. RGB value is (71,0,21). Sum of RGB (Red+Green+Blue) = 71+0+21=92 (12% of max value = 765). Red value is 71 (28.12% from 255 or 77.17% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 71 - color contains mainly: red. Hex color #470015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470015 is #B8FFEA. Grayscale: #171717. Windows color (decimal): -12124139 or 1376327. OLE color: 1376327.

HSL color Cylindrical-coordinate representation of color #470015: hue angle of 342.25º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470015 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB71021-
CMYK010.700.72
HSL342.25º100%13.92%-
HSV(B)342.25º100%27.84%-
XYZ2.731.390.83-
YUV23.62126.52161.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 77.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=77.17%
G=0%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71021010.700.72342.2510013.92
Hex47015064464815664e
Octal107025014410611052614416
Binary1000111010101011001001000110100100010101011011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470015; }

 p { color: rgb(71,0,21); }

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

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

 a { background-color: rgb(71,0,21); }

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

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

 span { border-color: rgb(71,0,21); }

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