#470018

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

Shades of Bordeaux #470018

Tints of Bordeaux #470018

Color information

#470018 (or 0x470018) is unknown color: approx Bordeaux. HEX triplet: 47, 00 and 18. RGB value is (71,0,24). Sum of RGB (Red+Green+Blue) = 71+0+24=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 0 (0.39% from 255 or 0% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #470018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470018 is #B8FFE7. Grayscale: #171717. Windows color (decimal): -12124136 or 1572935. OLE color: 1572935.

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

Color convert

RGB71024-
CMYK010.660.72
HSL339.72º100%13.92%-
HSV(B)339.72º100%27.84%-
XYZ2.761.410.99-
YUV23.96128.02161.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=74.74%
G=0%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71024010.660.72339.7210013.92
Hex47018064424815464e
Octal107030014410211052414416
Binary1000111011000011001001000010100100010101010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470018; }

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

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

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

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

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

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

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

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