#410C1C

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

Shades of Bordeaux #410C1C

Tints of Bordeaux #410C1C

Color information

#410C1C (or 0x410C1C) is unknown color: approx Bordeaux. HEX triplet: 41, 0C and 1C. RGB value is (65,12,28). Sum of RGB (Red+Green+Blue) = 65+12+28=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #410C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #410C1C is #BEF3E3. Grayscale: #1D1D1D. Windows color (decimal): -12514276 or 1838145. OLE color: 1838145.

HSL color Cylindrical-coordinate representation of color #410C1C: hue angle of 341.89º 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 #410C1C is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB651228-
CMYK00.820.570.75
HSL341.89º68.83%15.1%-
HSV(B)341.89º81.54%25.49%-
XYZ2.521.471.25-
YUV29.67127.06153.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 28 (11.33% from 255) = 26.67%
R=61.90%
G=11.43%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65122800.820.570.75341.8968.8315.1
Hex41C1C052394B15645f
Octal101143401227111352610517
Binary100000111001110001010010111001100101110101011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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