#41051A

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

Shades of Bordeaux #41051A

Tints of Bordeaux #41051A

Color information

#41051A (or 0x41051A) is unknown color: approx Bordeaux. HEX triplet: 41, 05 and 1A. RGB value is (65,5,26). Sum of RGB (Red+Green+Blue) = 65+5+26=96 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.71% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 65 - color contains mainly: red. Hex color #41051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41051A is #BEFAE5. Grayscale: #191919. Windows color (decimal): -12516070 or 1705281. OLE color: 1705281.

HSL color Cylindrical-coordinate representation of color #41051A: hue angle of 339º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #41051A is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB65526-
CMYK00.920.600.75
HSL339º85.71%13.73%-
HSV(B)339º92.31%25.49%-
XYZ2.421.311.1-
YUV25.33128.38156.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.71%
GREEN value IS 5 (2.34% from 255) = 5.21%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=67.71%
G=5.21%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6552600.920.600.7533985.7113.73
Hex4151A05C3C4B15356e
Octal10153201347411352312616
Binary10000011011101001011100111100100101110101001110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41051A; }

 p { color: rgb(65,5,26); }

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

<style>
 a { background-color: #41051A; }

 a { background-color: rgb(65,5,26); }

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

<style>
 span { border-color: #41051A; }

 span { border-color: rgb(65,5,26); }

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