#45131F

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

Shades of Bordeaux #45131F

Tints of Bordeaux #45131F

Color information

#45131F (or 0x45131F) is unknown color: approx Bordeaux. HEX triplet: 45, 13 and 1F. RGB value is (69,19,31). Sum of RGB (Red+Green+Blue) = 69+19+31=119 (15% of max value = 765). Red value is 69 (27.34% from 255 or 57.98% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 31 (12.5% from 255 or 26.05% from 119); Max value from RGB is 69 - color contains mainly: red. Hex color #45131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45131F is #BAECE0. Grayscale: #232323. Windows color (decimal): -12250337 or 2036549. OLE color: 2036549.

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

Color convert

RGB691931-
CMYK00.720.550.73
HSL345.6º56.82%17.25%-
HSV(B)345.6º72.46%27.06%-
XYZ2.931.831.49-
YUV35.32125.56152.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 57.98%
GREEN value IS 19 (7.81% from 255) = 15.97%
BLUE value IS 31 (12.5% from 255) = 26.05%
R=57.98%
G=15.97%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69193100.720.550.73345.656.8217.25
Hex45131F048374915a3911
Octal10523370110671115327121
Binary1000101100111111101001000110111100100110101101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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