#471324

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

Shades of Bordeaux #471324

Tints of Bordeaux #471324

Color information

#471324 (or 0x471324) is unknown color: approx Bordeaux. HEX triplet: 47, 13 and 24. RGB value is (71,19,36). Sum of RGB (Red+Green+Blue) = 71+19+36=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #471324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471324 is #B8ECDB. Grayscale: #242424. Windows color (decimal): -12119260 or 2364231. OLE color: 2364231.

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

Color convert

RGB711936-
CMYK00.730.490.72
HSL340.38º57.78%17.65%-
HSV(B)340.38º73.24%27.84%-
XYZ3.151.931.88-
YUV36.49127.73152.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 19 (7.81% from 255) = 15.08%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=56.35%
G=15.08%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71193600.730.490.72340.3857.7817.65
Hex47132404931481543a12
Octal10723440111611105247222
Binary10001111001110010001001001110001100100010101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471324; }

 p { color: rgb(71,19,36); }

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

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

 a { background-color: rgb(71,19,36); }

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

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

 span { border-color: rgb(71,19,36); }

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