#470C1E

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

Shades of Bordeaux #470C1E

Tints of Bordeaux #470C1E

Color information

#470C1E (or 0x470C1E) is unknown color: approx Bordeaux. HEX triplet: 47, 0C and 1E. RGB value is (71,12,30). Sum of RGB (Red+Green+Blue) = 71+12+30=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #470C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C1E is #B8F3E1. Grayscale: #1F1F1F. Windows color (decimal): -12121058 or 1969223. OLE color: 1969223.

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

Color convert

RGB711230-
CMYK00.830.580.72
HSL341.69º71.08%16.27%-
HSV(B)341.69º83.1%27.84%-
XYZ2.961.71.4-
YUV31.69127.05156.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 62.83%
GREEN value IS 12 (5.08% from 255) = 10.62%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=62.83%
G=10.62%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71123000.830.580.72341.6971.0816.27
Hex47C1E0533A481564710
Octal107143601237211052610720
Binary1000111110011110010100111110101001000101010110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,12,30); }

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

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

 a { background-color: rgb(71,12,30); }

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

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

 span { border-color: rgb(71,12,30); }

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