#471523

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

Shades of Bordeaux #471523

Tints of Bordeaux #471523

Color information

#471523 (or 0x471523) is unknown color: approx Bordeaux. HEX triplet: 47, 15 and 23. RGB value is (71,21,35). Sum of RGB (Red+Green+Blue) = 71+21+35=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #471523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471523 is #B8EADC. Grayscale: #252525. Windows color (decimal): -12118749 or 2299207. OLE color: 2299207.

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

Color convert

RGB712135-
CMYK00.700.510.72
HSL343.2º54.35%18.04%-
HSV(B)343.2º70.42%27.84%-
XYZ3.1721.81-
YUV37.55126.56151.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.91%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 35 (14.06% from 255) = 27.56%
R=55.91%
G=16.54%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71213500.700.510.72343.254.3518.04
Hex47152304633481573612
Octal10725430106631105276622
Binary10001111010110001101000110110011100100010101011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471523; }

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

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

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

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

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

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

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

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