#45141F

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

Shades of Bordeaux #45141F

Tints of Bordeaux #45141F

Color information

#45141F (or 0x45141F) is unknown color: approx Bordeaux. HEX triplet: 45, 14 and 1F. RGB value is (69,20,31). Sum of RGB (Red+Green+Blue) = 69+20+31=120 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.5% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 31 (12.5% from 255 or 25.83% from 120); Max value from RGB is 69 - color contains mainly: red. Hex color #45141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45141F is #BAEBE0. Grayscale: #232323. Windows color (decimal): -12250081 or 2036805. OLE color: 2036805.

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

Color convert

RGB692031-
CMYK00.710.550.73
HSL346.53º55.06%17.45%-
HSV(B)346.53º71.01%27.06%-
XYZ2.951.861.5-
YUV35.9125.23151.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.5%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 31 (12.5% from 255) = 25.83%
R=57.5%
G=16.67%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69203100.710.550.73346.5355.0617.45
Hex45141F047374915b3711
Octal10524370107671115336721
Binary1000101101001111101000111110111100100110101101111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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