#45101D

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

Shades of Bordeaux #45101D

Tints of Bordeaux #45101D

Color information

#45101D (or 0x45101D) is unknown color: approx Bordeaux. HEX triplet: 45, 10 and 1D. RGB value is (69,16,29). Sum of RGB (Red+Green+Blue) = 69+16+29=114 (15% of max value = 765). Red value is 69 (27.34% from 255 or 60.53% from 114); Green value is 16 (6.64% from 255 or 14.04% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 69 - color contains mainly: red. Hex color #45101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45101D is #BAEFE2. Grayscale: #212121. Windows color (decimal): -12251107 or 1904709. OLE color: 1904709.

HSL color Cylindrical-coordinate representation of color #45101D: hue angle of 345.28º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45101D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB691629-
CMYK00.770.580.73
HSL345.28º62.35%16.67%-
HSV(B)345.28º76.81%27.06%-
XYZ2.861.721.34-
YUV33.33125.56153.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 60.53%
GREEN value IS 16 (6.64% from 255) = 14.04%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=60.53%
G=14.04%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69162900.770.580.73345.2862.3516.67
Hex45101D04D3A491593e11
Octal10520350115721115317621
Binary1000101100001110101001101111010100100110101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45101D; }

 p { color: rgb(69,16,29); }

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

<style>
 a { background-color: #45101D; }

 a { background-color: rgb(69,16,29); }

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

<style>
 span { border-color: #45101D; }

 span { border-color: rgb(69,16,29); }

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