#461323

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

Shades of Bordeaux #461323

Tints of Bordeaux #461323

Color information

#461323 (or 0x461323) is unknown color: approx Bordeaux. HEX triplet: 46, 13 and 23. RGB value is (70,19,35). Sum of RGB (Red+Green+Blue) = 70+19+35=124 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.45% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 70 - color contains mainly: red. Hex color #461323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461323 is #B9ECDC. Grayscale: #242424. Windows color (decimal): -12184797 or 2298694. OLE color: 2298694.

HSL color Cylindrical-coordinate representation of color #461323: hue angle of 341.18º 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 #461323 is Cyan = 0, Magento = 0.73, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB701935-
CMYK00.730.50.73
HSL341.18º57.3%17.45%-
HSV(B)341.18º72.86%27.45%-
XYZ3.061.891.79-
YUV36.07127.4152.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.45%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=56.45%
G=15.32%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70193500.730.50.73341.1857.317.45
Hex46132304932491553911
Octal10623430111621115257121
Binary10001101001110001101001001110010100100110101010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461323; }

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

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

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

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

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

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

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

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