#410C1E

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

Shades of Bordeaux #410C1E

Tints of Bordeaux #410C1E

Color information

#410C1E (or 0x410C1E) is unknown color: approx Bordeaux. HEX triplet: 41, 0C and 1E. RGB value is (65,12,30). Sum of RGB (Red+Green+Blue) = 65+12+30=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 30 (12.11% from 255 or 28.04% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #410C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C1E is #BEF3E1. Grayscale: #1D1D1D. Windows color (decimal): -12514274 or 1969217. OLE color: 1969217.

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

Color convert

RGB651230-
CMYK00.820.540.75
HSL339.62º68.83%15.1%-
HSV(B)339.62º81.54%25.49%-
XYZ2.551.481.38-
YUV29.9128.06153.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 30 (12.11% from 255) = 28.04%
R=60.75%
G=11.21%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65123000.820.540.75339.6268.8315.1
Hex41C1E052364B15445f
Octal101143601226611352410517
Binary100000111001111001010010110110100101110101010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,12,30); }

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

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

 a { background-color: rgb(65,12,30); }

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

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

 span { border-color: rgb(65,12,30); }

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