#461923

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

Shades of Bordeaux #461923

Tints of Bordeaux #461923

Color information

#461923 (or 0x461923) is unknown color: approx Bordeaux. HEX triplet: 46, 19 and 23. RGB value is (70,25,35). Sum of RGB (Red+Green+Blue) = 70+25+35=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461923 is #B9E6DC. Grayscale: #272727. Windows color (decimal): -12183261 or 2300230. OLE color: 2300230.

HSL color Cylindrical-coordinate representation of color #461923: hue angle of 346.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #461923 is Cyan = 0, Magento = 0.64, Yellow = 0.5 and Black (K on CMYK) = 0.73.

Color convert

RGB702535-
CMYK00.640.50.73
HSL346.67º47.37%18.63%-
HSV(B)346.67º64.29%27.45%-
XYZ3.182.121.83-
YUV39.6125.41149.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=53.85%
G=19.23%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.5
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70253500.640.50.73346.6747.3718.63
Hex461923040324915b2f13
Octal10631430100621115335723
Binary10001101100110001101000000110010100100110101101110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461923; }

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

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

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

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

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

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

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

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