#470019

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

Shades of Bordeaux #470019

Tints of Bordeaux #470019

Color information

#470019 (or 0x470019) is unknown color: approx Bordeaux. HEX triplet: 47, 00 and 19. RGB value is (71,0,25). Sum of RGB (Red+Green+Blue) = 71+0+25=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 0 (0.39% from 255 or 0% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470019 is #B8FFE6. Grayscale: #181818. Windows color (decimal): -12124135 or 1638471. OLE color: 1638471.

HSL color Cylindrical-coordinate representation of color #470019: hue angle of 338.87º 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 #470019 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.72.

Color convert

RGB71025-
CMYK010.650.72
HSL338.87º100%13.92%-
HSV(B)338.87º100%27.84%-
XYZ2.771.411.05-
YUV24.08128.52161.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=73.96%
G=0%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71025010.650.72338.8710013.92
Hex47019064414815364e
Octal107031014410111052314416
Binary1000111011001011001001000001100100010101001111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470019; }

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

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

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

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

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

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

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

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