#41061B

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

Shades of Bordeaux #41061B

Tints of Bordeaux #41061B

Color information

#41061B (or 0x41061B) is unknown color: approx Bordeaux. HEX triplet: 41, 06 and 1B. RGB value is (65,6,27). Sum of RGB (Red+Green+Blue) = 65+6+27=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #41061B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41061B is #BEF9E4. Grayscale: #1A1A1A. Windows color (decimal): -12515813 or 1771073. OLE color: 1771073.

HSL color Cylindrical-coordinate representation of color #41061B: hue angle of 338.64º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #41061B is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB65627-
CMYK00.910.580.75
HSL338.64º83.1%13.92%-
HSV(B)338.64º90.77%25.49%-
XYZ2.441.331.17-
YUV26.03128.55155.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=66.33%
G=6.12%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6562700.910.580.75338.6483.113.92
Hex4161B05B3A4B15353e
Octal10163301337211352312316
Binary10000011101101101011011111010100101110101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41061B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41061B; }

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

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

<style>
 a { background-color: #41061B; }

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

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

<style>
 span { border-color: #41061B; }

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

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