#461421

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

Shades of Bordeaux #461421

Tints of Bordeaux #461421

Color information

#461421 (or 0x461421) is unknown color: approx Bordeaux. HEX triplet: 46, 14 and 21. RGB value is (70,20,33). Sum of RGB (Red+Green+Blue) = 70+20+33=123 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56.91% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 70 - color contains mainly: red. Hex color #461421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #461421 is #B9EBDE. Grayscale: #242424. Windows color (decimal): -12184543 or 2167878. OLE color: 2167878.

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

Color convert

RGB702033-
CMYK00.710.530.73
HSL344.4º55.56%17.65%-
HSV(B)344.4º71.43%27.45%-
XYZ3.051.911.65-
YUV36.43126.06151.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 56.91%
GREEN value IS 20 (8.20% from 255) = 16.26%
BLUE value IS 33 (13.28% from 255) = 26.83%
R=56.91%
G=16.26%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70203300.710.530.73344.455.5617.65
Hex46142104735491583812
Octal10624410107651115307022
Binary10001101010010000101000111110101100100110101100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461421; }

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

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

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

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

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

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

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

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