Html Css Color HEX #41111E Bordeaux

📋 copy color: '#41111E'

red 65 ◦ green 17 ◦ blue 30

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

Shades of Bordeaux #41111E

Tints of Bordeaux #41111E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 26.79%

R = 58.04%
G = 15.18%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41111E (or 0x41111E) is known color: Bordeaux. HEX triplet: 41, 11 and 1E. RGB value is (65,17,30). Sum of RGB (Red+Green+Blue) = 65+17+30=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41111E is #BEEEE1. Grayscale: #202020. Windows color (decimal): -12512994 or 1970497. OLE color: 1970497.

HSL color Cylindrical-coordinate representation of color #41111E: hue angle of 343.75º 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 #41111E is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 17 30 -
CMYK 0 0.74 0.54 0.75
HSL 343.75º 0.59% 0.16% -
HSV(B) 343.75º 0.74% 0.25% -
XYZ 2.61 1.62 1.4 -
YUV 32.83 126.4 150.94 -
System Red Green Blue C M Y K H S L
Decimal 65 17 30 0 0.74 0.54 0.75 343.75 0.59 0.16
Hex 41 11 1E 0 4A 36 4B 158 3B 10
Octal 101 21 36 0 112 66 113 530 73 20
Binary 1000001 10001 11110 0 1001010 110110 1001011 101011000 111011 10000

Color Harmonies of #41111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41111E

Black with #41111E

Text Example


Text Example

White with #41111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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