#410A1B

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

Shades of Bordeaux #410A1B

Tints of Bordeaux #410A1B

Color information

#410A1B (or 0x410A1B) is unknown color: approx Bordeaux. HEX triplet: 41, 0A and 1B. RGB value is (65,10,27). Sum of RGB (Red+Green+Blue) = 65+10+27=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #410A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410A1B is #BEF5E4. Grayscale: #1C1C1C. Windows color (decimal): -12514789 or 1772097. OLE color: 1772097.

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

Color convert

RGB651027-
CMYK00.850.580.75
HSL341.45º73.33%14.71%-
HSV(B)341.45º84.62%25.49%-
XYZ2.491.421.18-
YUV28.38127.22154.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 10 (4.30% from 255) = 9.80%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=63.73%
G=9.80%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65102700.850.580.75341.4573.3314.71
Hex41A1B0553A4B15549f
Octal101123301257211352511117
Binary100000110101101101010101111010100101110101010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,10,27); }

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

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

 a { background-color: rgb(65,10,27); }

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

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

 span { border-color: rgb(65,10,27); }

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