#41131F

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

Shades of Bordeaux #41131F

Tints of Bordeaux #41131F

Color information

#41131F (or 0x41131F) is unknown color: approx Bordeaux. HEX triplet: 41, 13 and 1F. RGB value is (65,19,31). Sum of RGB (Red+Green+Blue) = 65+19+31=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41131F is #BEECE0. Grayscale: #222222. Windows color (decimal): -12512481 or 2036545. OLE color: 2036545.

HSL color Cylindrical-coordinate representation of color #41131F: hue angle of 344.35º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41131F is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB651931-
CMYK00.710.520.75
HSL344.35º54.76%16.47%-
HSV(B)344.35º70.77%25.49%-
XYZ2.661.691.48-
YUV34.12126.24150.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 56.52%
GREEN value IS 19 (7.81% from 255) = 16.52%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=56.52%
G=16.52%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65193100.710.520.75344.3554.7616.47
Hex41131F047344B1583710
Octal10123370107641135306720
Binary1000001100111111101000111110100100101110101100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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