#470A18

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

Shades of Bordeaux #470A18

Tints of Bordeaux #470A18

Color information

#470A18 (or 0x470A18) is unknown color: approx Bordeaux. HEX triplet: 47, 0A and 18. RGB value is (71,10,24). Sum of RGB (Red+Green+Blue) = 71+10+24=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #470A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A18 is #B8F5E7. Grayscale: #1D1D1D. Windows color (decimal): -12121576 or 1575495. OLE color: 1575495.

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

Color convert

RGB711024-
CMYK00.860.660.72
HSL346.23º75.31%15.88%-
HSV(B)346.23º85.92%27.84%-
XYZ2.871.621.03-
YUV29.83124.71157.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=67.62%
G=9.52%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71102400.860.660.72346.2375.3115.88
Hex47A18056424815a4b10
Octal1071230012610211053211320
Binary10001111010110000101011010000101001000101011010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470A18; }

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

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

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

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

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

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

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

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