#46121F

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

Shades of Bordeaux #46121F

Tints of Bordeaux #46121F

Color information

#46121F (or 0x46121F) is unknown color: approx Bordeaux. HEX triplet: 46, 12 and 1F. RGB value is (70,18,31). Sum of RGB (Red+Green+Blue) = 70+18+31=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #46121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #46121F is #B9EDE0. Grayscale: #232323. Windows color (decimal): -12185057 or 2036294. OLE color: 2036294.

HSL color Cylindrical-coordinate representation of color #46121F: hue angle of 345º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46121F is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB701831-
CMYK00.740.560.73
HSL345º59.09%17.25%-
HSV(B)345º74.29%27.45%-
XYZ2.991.831.49-
YUV35.03125.73152.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 58.82%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=58.82%
G=15.13%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70183100.740.560.7334559.0917.25
Hex46121F04A38491593b11
Octal10622370112701115317321
Binary1000110100101111101001010111000100100110101100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46121F; }

 p { color: rgb(70,18,31); }

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

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

 a { background-color: rgb(70,18,31); }

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

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

 span { border-color: rgb(70,18,31); }

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