#461821

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

Shades of Bordeaux #461821

Tints of Bordeaux #461821

Color information

#461821 (or 0x461821) is unknown color: approx Bordeaux. HEX triplet: 46, 18 and 21. RGB value is (70,24,33). Sum of RGB (Red+Green+Blue) = 70+24+33=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #461821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461821 is #B9E7DE. Grayscale: #262626. Windows color (decimal): -12183519 or 2168902. OLE color: 2168902.

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

Color convert

RGB702433-
CMYK00.660.530.73
HSL348.26º48.94%18.43%-
HSV(B)348.26º65.71%27.45%-
XYZ3.132.071.67-
YUV38.78124.74150.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 33 (13.28% from 255) = 25.98%
R=55.12%
G=18.90%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70243300.660.530.73348.2648.9418.43
Hex461821042354915c3112
Octal10630410102651115346122
Binary10001101100010000101000010110101100100110101110011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461821; }

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

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

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

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

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

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

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

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