#471623

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

Shades of Bordeaux #471623

Tints of Bordeaux #471623

Color information

#471623 (or 0x471623) is unknown color: approx Bordeaux. HEX triplet: 47, 16 and 23. RGB value is (71,22,35). Sum of RGB (Red+Green+Blue) = 71+22+35=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #471623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471623 is #B8E9DC. Grayscale: #262626. Windows color (decimal): -12118493 or 2299463. OLE color: 2299463.

HSL color Cylindrical-coordinate representation of color #471623: hue angle of 344.08º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471623 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.72.

Color convert

RGB712235-
CMYK00.690.510.72
HSL344.08º52.69%18.24%-
HSV(B)344.08º69.01%27.84%-
XYZ3.192.031.81-
YUV38.13126.23151.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=55.47%
G=17.19%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71223500.690.510.72344.0852.6918.24
Hex47162304533481583512
Octal10726430105631105306522
Binary10001111011010001101000101110011100100010101100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471623; }

 p { color: rgb(71,22,35); }

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

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

 a { background-color: rgb(71,22,35); }

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

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

 span { border-color: rgb(71,22,35); }

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