#410F1F

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

Shades of Bordeaux #410F1F

Tints of Bordeaux #410F1F

Color information

#410F1F (or 0x410F1F) is unknown color: approx Bordeaux. HEX triplet: 41, 0F and 1F. RGB value is (65,15,31). Sum of RGB (Red+Green+Blue) = 65+15+31=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #410F1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410F1F is #BEF0E0. Grayscale: #1F1F1F. Windows color (decimal): -12513505 or 2035521. OLE color: 2035521.

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

Color convert

RGB651531-
CMYK00.770.520.75
HSL340.8º62.5%15.69%-
HSV(B)340.8º76.92%25.49%-
XYZ2.61.561.46-
YUV31.77127.56151.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.56%
GREEN value IS 15 (6.25% from 255) = 13.51%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=58.56%
G=13.51%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65153100.770.520.75340.862.515.69
Hex41F1F04D344B1553e10
Octal10117370115641135257620
Binary100000111111111101001101110100100101110101010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410F1F; }

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

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

<style>
 a { background-color: #410F1F; }

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

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

<style>
 span { border-color: #410F1F; }

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

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