#470318

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

Shades of Bordeaux #470318

Tints of Bordeaux #470318

Color information

#470318 (or 0x470318) is unknown color: approx Bordeaux. HEX triplet: 47, 03 and 18. RGB value is (71,3,24). Sum of RGB (Red+Green+Blue) = 71+3+24=98 (12% of max value = 765). Red value is 71 (28.12% from 255 or 72.45% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 71 - color contains mainly: red. Hex color #470318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470318 is #B8FCE7. Grayscale: #191919. Windows color (decimal): -12123368 or 1573703. OLE color: 1573703.

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

Color convert

RGB71324-
CMYK00.960.660.72
HSL341.47º91.89%14.51%-
HSV(B)341.47º95.77%27.84%-
XYZ2.81.471-
YUV25.73127.03160.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 72.45%
GREEN value IS 3 (1.56% from 255) = 3.06%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=72.45%
G=3.06%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7132400.960.660.72341.4791.8914.51
Hex4731806042481555cf
Octal107330014010211052513417
Binary10001111111000011000001000010100100010101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470318; }

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

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

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

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

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

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

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

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