#41101F

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

Shades of Bordeaux #41101F

Tints of Bordeaux #41101F

Color information

#41101F (or 0x41101F) is unknown color: approx Bordeaux. HEX triplet: 41, 10 and 1F. RGB value is (65,16,31). Sum of RGB (Red+Green+Blue) = 65+16+31=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41101F is #BEEFE0. Grayscale: #202020. Windows color (decimal): -12513249 or 2035777. OLE color: 2035777.

HSL color Cylindrical-coordinate representation of color #41101F: hue angle of 341.63º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41101F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB651631-
CMYK00.750.520.75
HSL341.63º60.49%15.88%-
HSV(B)341.63º75.38%25.49%-
XYZ2.611.591.47-
YUV32.36127.23151.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 16 (6.64% from 255) = 14.29%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=58.04%
G=14.29%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65163100.750.520.75341.6360.4915.88
Hex41101F04B344B1563c10
Octal10120370113641135267420
Binary1000001100001111101001011110100100101110101011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41101F; }

 p { color: rgb(65,16,31); }

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

<style>
 a { background-color: #41101F; }

 a { background-color: rgb(65,16,31); }

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

<style>
 span { border-color: #41101F; }

 span { border-color: rgb(65,16,31); }

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