Html Css Color HEX #41111D Bordeaux

📋 copy color: '#41111D'

red 65 ◦ green 17 ◦ blue 29

#41111D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bordeaux #41111D

Tints of Bordeaux #41111D

RGB

 RED value IS 65 (25.78% from 255) = 58.56%

 GREEN value IS 17 (7.03% from 255) = 15.32%

 BLUE value IS 29 (11.72% from 255) = 26.13%

R = 58.56%
G = 15.32%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41111D (or 0x41111D) is known color: Bordeaux. HEX triplet: 41, 11 and 1D. RGB value is (65,17,29). Sum of RGB (Red+Green+Blue) = 65+17+29=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 17 (7.03% from 255 or 15.32% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #41111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41111D is #BEEEE2. Grayscale: #202020. Windows color (decimal): -12512995 or 1904961. OLE color: 1904961.

HSL color Cylindrical-coordinate representation of color #41111D: hue angle of 345º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41111D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 17 29 -
CMYK 0 0.74 0.55 0.75
HSL 345º 0.59% 0.16% -
HSV(B) 345º 0.74% 0.25% -
XYZ 2.6 1.61 1.34 -
YUV 32.72 125.9 151.02 -
System Red Green Blue C M Y K H S L
Decimal 65 17 29 0 0.74 0.55 0.75 345 0.59 0.16
Hex 41 11 1D 0 4A 37 4B 159 3B 10
Octal 101 21 35 0 112 67 113 531 73 20
Binary 1000001 10001 11101 0 1001010 110111 1001011 101011001 111011 10000

Color Harmonies of #41111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41111D

Black with #41111D

Text Example


Text Example

White with #41111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41111D; }

 p { color: rgb(65,17,29); }

 H1.HeaderClassName
 {
   color: #41111D;
 }
 .AnyTagClassName
 {
   color: #41111D;
 }
</style>

background-color css

<style>
 a { background-color: #41111D; }

 a { background-color: rgb(65,17,29); }

 div.DivClassName
 {
   background-color: #41111D;
 }
 .BgClassName
 {
   background-color: #41111D;
 }
</style>

border-color css

<style>
 span { border-color: #41111D; }

 span { border-color: rgb(65,17,29); }

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