#45121F

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

Shades of Bordeaux #45121F

Tints of Bordeaux #45121F

Color information

#45121F (or 0x45121F) is unknown color: approx Bordeaux. HEX triplet: 45, 12 and 1F. RGB value is (69,18,31). Sum of RGB (Red+Green+Blue) = 69+18+31=118 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.47% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 69 - color contains mainly: red. Hex color #45121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45121F is #BAEDE0. Grayscale: #222222. Windows color (decimal): -12250593 or 2036293. OLE color: 2036293.

HSL color Cylindrical-coordinate representation of color #45121F: hue angle of 344.71º 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 #45121F is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB691831-
CMYK00.740.550.73
HSL344.71º58.62%17.06%-
HSV(B)344.71º73.91%27.06%-
XYZ2.921.81.49-
YUV34.73125.9152.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.47%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=58.47%
G=15.25%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69183100.740.550.73344.7158.6217.06
Hex45121F04A37491593b11
Octal10522370112671115317321
Binary1000101100101111101001010110111100100110101100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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