#45061C

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

Shades of Bordeaux #45061C

Tints of Bordeaux #45061C

Color information

#45061C (or 0x45061C) is unknown color: approx Bordeaux. HEX triplet: 45, 06 and 1C. RGB value is (69,6,28). Sum of RGB (Red+Green+Blue) = 69+6+28=103 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.99% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 69 - color contains mainly: red. Hex color #45061C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45061C is #BAF9E3. Grayscale: #1B1B1B. Windows color (decimal): -12253668 or 1836613. OLE color: 1836613.

HSL color Cylindrical-coordinate representation of color #45061C: hue angle of 339.05º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45061C is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB69628-
CMYK00.910.590.73
HSL339.05º84%14.71%-
HSV(B)339.05º91.3%27.06%-
XYZ2.731.481.24-
YUV27.34128.37157.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 66.99%
GREEN value IS 6 (2.73% from 255) = 5.83%
BLUE value IS 28 (11.33% from 255) = 27.18%
R=66.99%
G=5.83%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6962800.910.590.73339.058414.71
Hex4561C05B3B4915354f
Octal10563401337311152312417
Binary10001011101110001011011111011100100110101001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45061C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45061C; }

 p { color: rgb(69,6,28); }

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

<style>
 a { background-color: #45061C; }

 a { background-color: rgb(69,6,28); }

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

<style>
 span { border-color: #45061C; }

 span { border-color: rgb(69,6,28); }

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