#470A1B

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

Shades of Bordeaux #470A1B

Tints of Bordeaux #470A1B

Color information

#470A1B (or 0x470A1B) is unknown color: approx Bordeaux. HEX triplet: 47, 0A and 1B. RGB value is (71,10,27). Sum of RGB (Red+Green+Blue) = 71+10+27=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 10 (4.30% from 255 or 9.26% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A1B is #B8F5E4. Grayscale: #1E1E1E. Windows color (decimal): -12121573 or 1772103. OLE color: 1772103.

HSL color Cylindrical-coordinate representation of color #470A1B: hue angle of 343.28º 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 #470A1B is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB711027-
CMYK00.860.620.72
HSL343.28º75.31%15.88%-
HSV(B)343.28º85.92%27.84%-
XYZ2.91.641.2-
YUV30.18126.21157.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 65.74%
GREEN value IS 10 (4.30% from 255) = 9.26%
BLUE value IS 27 (10.94% from 255) = 25%
R=65.74%
G=9.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71102700.860.620.72343.2875.3115.88
Hex47A1B0563E481574b10
Octal107123301267611052711320
Binary1000111101011011010101101111101001000101010111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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