#41081C

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

Shades of Bordeaux #41081C

Tints of Bordeaux #41081C

Color information

#41081C (or 0x41081C) is unknown color: approx Bordeaux. HEX triplet: 41, 08 and 1C. RGB value is (65,8,28). Sum of RGB (Red+Green+Blue) = 65+8+28=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 8 (3.52% from 255 or 7.92% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #41081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41081C is #BEF7E3. Grayscale: #1B1B1B. Windows color (decimal): -12515300 or 1837121. OLE color: 1837121.

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

Color convert

RGB65828-
CMYK00.880.570.75
HSL338.95º78.08%14.31%-
HSV(B)338.95º87.69%25.49%-
XYZ2.481.381.23-
YUV27.32128.38154.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 64.36%
GREEN value IS 8 (3.52% from 255) = 7.92%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=64.36%
G=7.92%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6582800.880.570.75338.9578.0814.31
Hex4181C058394B1534ee
Octal101103401307111352311616
Binary100000110001110001011000111001100101110101001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41081C; }

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

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

<style>
 a { background-color: #41081C; }

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

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

<style>
 span { border-color: #41081C; }

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

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