#410E1C

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

Shades of Bordeaux #410E1C

Tints of Bordeaux #410E1C

Color information

#410E1C (or 0x410E1C) is unknown color: approx Bordeaux. HEX triplet: 41, 0E and 1C. RGB value is (65,14,28). Sum of RGB (Red+Green+Blue) = 65+14+28=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #410E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410E1C is #BEF1E3. Grayscale: #1E1E1E. Windows color (decimal): -12513764 or 1838657. OLE color: 1838657.

HSL color Cylindrical-coordinate representation of color #410E1C: hue angle of 343.53º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #410E1C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB651428-
CMYK00.780.570.75
HSL343.53º64.56%15.49%-
HSV(B)343.53º78.46%25.49%-
XYZ2.551.521.26-
YUV30.84126.4152.36-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 28 (11.33% from 255) = 26.17%
R=60.75%
G=13.08%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65142800.780.570.75343.5364.5615.49
Hex41E1C04E394B15841f
Octal101163401167111353010117
Binary100000111101110001001110111001100101110101100010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,14,28); }

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

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

 a { background-color: rgb(65,14,28); }

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

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

 span { border-color: rgb(65,14,28); }

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