#461924

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

Shades of Bordeaux #461924

Tints of Bordeaux #461924

Color information

#461924 (or 0x461924) is unknown color: approx Bordeaux. HEX triplet: 46, 19 and 24. RGB value is (70,25,36). Sum of RGB (Red+Green+Blue) = 70+25+36=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #461924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461924 is #B9E6DB. Grayscale: #272727. Windows color (decimal): -12183260 or 2365766. OLE color: 2365766.

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

Color convert

RGB702536-
CMYK00.640.490.73
HSL345.33º47.37%18.63%-
HSV(B)345.33º64.29%27.45%-
XYZ3.192.121.91-
YUV39.71125.91149.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.44%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 36 (14.45% from 255) = 27.48%
R=53.44%
G=19.08%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70253600.640.490.73345.3347.3718.63
Hex46192404031491592f13
Octal10631440100611115315723
Binary10001101100110010001000000110001100100110101100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461924; }

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

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

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

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

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

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

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

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