#461D27

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

Shades of Bordeaux #461D27

Tints of Bordeaux #461D27

Color information

#461D27 (or 0x461D27) is unknown color: approx Bordeaux. HEX triplet: 46, 1D and 27. RGB value is (70,29,39). Sum of RGB (Red+Green+Blue) = 70+29+39=138 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.72% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 70 - color contains mainly: red. Hex color #461D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461D27 is #B9E2D8. Grayscale: #2A2A2A. Windows color (decimal): -12182233 or 2563398. OLE color: 2563398.

HSL color Cylindrical-coordinate representation of color #461D27: hue angle of 345.37º 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 #461D27 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.73.

Color convert

RGB702939-
CMYK00.590.440.73
HSL345.37º41.41%19.41%-
HSV(B)345.37º58.57%27.45%-
XYZ3.332.332.19-
YUV42.4126.08147.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 50.72%
GREEN value IS 29 (11.72% from 255) = 21.01%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=50.72%
G=21.01%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70293900.590.440.73345.3741.4119.41
Hex461D2703B2C491592913
Octal1063547073541115315123
Binary1000110111011001110111011101100100100110101100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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