#461523

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

Shades of Bordeaux #461523

Tints of Bordeaux #461523

Color information

#461523 (or 0x461523) is unknown color: approx Bordeaux. HEX triplet: 46, 15 and 23. RGB value is (70,21,35). Sum of RGB (Red+Green+Blue) = 70+21+35=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #461523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461523 is #B9EADC. Grayscale: #252525. Windows color (decimal): -12184285 or 2299206. OLE color: 2299206.

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

Color convert

RGB702135-
CMYK00.700.50.73
HSL342.86º53.85%17.84%-
HSV(B)342.86º70%27.45%-
XYZ3.11.961.81-
YUV37.25126.73151.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 21 (8.59% from 255) = 16.67%
BLUE value IS 35 (14.06% from 255) = 27.78%
R=55.56%
G=16.67%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70213500.700.50.73342.8653.8517.84
Hex46152304632491573612
Octal10625430106621115276622
Binary10001101010110001101000110110010100100110101011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461523; }

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

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

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

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

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

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

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

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