#461324

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

Shades of Bordeaux #461324

Tints of Bordeaux #461324

Color information

#461324 (or 0x461324) is unknown color: approx Bordeaux. HEX triplet: 46, 13 and 24. RGB value is (70,19,36). Sum of RGB (Red+Green+Blue) = 70+19+36=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #461324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461324 is #B9ECDB. Grayscale: #242424. Windows color (decimal): -12184796 or 2364230. OLE color: 2364230.

HSL color Cylindrical-coordinate representation of color #461324: hue angle of 340º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461324 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB701936-
CMYK00.730.490.73
HSL340º57.3%17.45%-
HSV(B)340º72.86%27.45%-
XYZ3.081.91.87-
YUV36.19127.9152.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56%
GREEN value IS 19 (7.81% from 255) = 15.2%
BLUE value IS 36 (14.45% from 255) = 28.8%
R=56%
G=15.2%
B=28.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70193600.730.490.7334057.317.45
Hex46132404931491543911
Octal10623440111611115247121
Binary10001101001110010001001001110001100100110101010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461324; }

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

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

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

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

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

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

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

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