#470918

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

Shades of Bordeaux #470918

Tints of Bordeaux #470918

Color information

#470918 (or 0x470918) is unknown color: approx Bordeaux. HEX triplet: 47, 09 and 18. RGB value is (71,9,24). Sum of RGB (Red+Green+Blue) = 71+9+24=104 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.27% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 71 - color contains mainly: red. Hex color #470918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470918 is #B8F6E7. Grayscale: #1D1D1D. Windows color (decimal): -12121832 or 1575239. OLE color: 1575239.

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

Color convert

RGB71924-
CMYK00.870.660.72
HSL345.48º77.5%15.69%-
HSV(B)345.48º87.32%27.84%-
XYZ2.861.61.02-
YUV29.25125.04157.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.27%
GREEN value IS 9 (3.91% from 255) = 8.65%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=68.27%
G=8.65%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7192400.870.660.72345.4877.515.69
Hex4791805742481594e10
Octal1071130012710211053111620
Binary10001111001110000101011110000101001000101011001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470918; }

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

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

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

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

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

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

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

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