#461C27

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

Shades of Bordeaux #461C27

Tints of Bordeaux #461C27

Color information

#461C27 (or 0x461C27) is unknown color: approx Bordeaux. HEX triplet: 46, 1C and 27. RGB value is (70,28,39). Sum of RGB (Red+Green+Blue) = 70+28+39=137 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.09% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 70 - color contains mainly: red. Hex color #461C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461C27 is #B9E3D8. Grayscale: #292929. Windows color (decimal): -12182489 or 2563142. OLE color: 2563142.

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

Color convert

RGB702839-
CMYK00.600.440.73
HSL344.29º42.86%19.22%-
HSV(B)344.29º60%27.45%-
XYZ3.312.282.19-
YUV41.81126.41148.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.09%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 39 (15.62% from 255) = 28.47%
R=51.09%
G=20.44%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70283900.600.440.73344.2942.8619.22
Hex461C2703C2C491582b13
Octal1063447074541115305323
Binary1000110111001001110111100101100100100110101100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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