#461D21

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

Shades of Bordeaux #461D21

Tints of Bordeaux #461D21

Color information

#461D21 (or 0x461D21) is unknown color: approx Bordeaux. HEX triplet: 46, 1D and 21. RGB value is (70,29,33). Sum of RGB (Red+Green+Blue) = 70+29+33=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 33 (13.28% from 255 or 25% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #461D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D21 is #B9E2DE. Grayscale: #292929. Windows color (decimal): -12182239 or 2170182. OLE color: 2170182.

HSL color Cylindrical-coordinate representation of color #461D21: hue angle of 354.15º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #461D21 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB702933-
CMYK00.590.530.73
HSL354.15º41.41%19.41%-
HSV(B)354.15º58.57%27.45%-
XYZ3.242.291.71-
YUV41.72123.08148.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.03%
GREEN value IS 29 (11.72% from 255) = 21.97%
BLUE value IS 33 (13.28% from 255) = 25%
R=53.03%
G=21.97%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70293300.590.530.73354.1541.4119.41
Hex461D2103B35491622913
Octal1063541073651115425123
Binary1000110111011000010111011110101100100110110001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461D21; }

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

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

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

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

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

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

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

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