#461824

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

Shades of Bordeaux #461824

Tints of Bordeaux #461824

Color information

#461824 (or 0x461824) is unknown color: approx Bordeaux. HEX triplet: 46, 18 and 24. RGB value is (70,24,36). Sum of RGB (Red+Green+Blue) = 70+24+36=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #461824 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461824 is #B9E7DB. Grayscale: #272727. Windows color (decimal): -12183516 or 2365510. OLE color: 2365510.

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

Color convert

RGB702436-
CMYK00.660.490.73
HSL344.35º48.94%18.43%-
HSV(B)344.35º65.71%27.45%-
XYZ3.172.081.9-
YUV39.12126.24150.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 24 (9.77% from 255) = 18.46%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=53.85%
G=18.46%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70243600.660.490.73344.3548.9418.43
Hex46182404231491583112
Octal10630440102611115306122
Binary10001101100010010001000010110001100100110101100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461824; }

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

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

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

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

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

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

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

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