#461A27

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

Shades of Bordeaux #461A27

Tints of Bordeaux #461A27

Color information

#461A27 (or 0x461A27) is unknown color: approx Bordeaux. HEX triplet: 46, 1A and 27. RGB value is (70,26,39). Sum of RGB (Red+Green+Blue) = 70+26+39=135 (17% of max value = 765). Red value is 70 (27.73% from 255 or 51.85% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 39 (15.62% from 255 or 28.89% from 135); Max value from RGB is 70 - color contains mainly: red. Hex color #461A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461A27 is #B9E5D8. Grayscale: #282828. Windows color (decimal): -12183001 or 2562630. OLE color: 2562630.

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

Color convert

RGB702639-
CMYK00.630.440.73
HSL342.27º45.83%18.82%-
HSV(B)342.27º62.86%27.45%-
XYZ3.262.192.17-
YUV40.64127.08148.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.85%
GREEN value IS 26 (10.55% from 255) = 19.26%
BLUE value IS 39 (15.62% from 255) = 28.89%
R=51.85%
G=19.26%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70263900.630.440.73342.2745.8318.82
Hex461A2703F2C491562e13
Octal1063247077541115265623
Binary1000110110101001110111111101100100100110101011010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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