Html Css Color HEX #41141E Bordeaux

📋 copy color: '#41141E'

red 65 ◦ green 20 ◦ blue 30

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

Shades of Bordeaux #41141E

Tints of Bordeaux #41141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

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

R = 56.52%
G = 17.39%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#41141E (or 0x41141E) is known color: Bordeaux. HEX triplet: 41, 14 and 1E. RGB value is (65,20,30). Sum of RGB (Red+Green+Blue) = 65+20+30=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #41141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41141E is #BEEBE1. Grayscale: #222222. Windows color (decimal): -12512226 or 1971265. OLE color: 1971265.

HSL color Cylindrical-coordinate representation of color #41141E: hue angle of 346.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41141E is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 20 30 -
CMYK 0 0.69 0.54 0.75
HSL 346.67º 0.53% 0.17% -
HSV(B) 346.67º 0.69% 0.25% -
XYZ 2.66 1.72 1.42 -
YUV 34.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 65 20 30 0 0.69 0.54 0.75 346.67 0.53 0.17
Hex 41 14 1E 0 45 36 4B 15B 35 11
Octal 101 24 36 0 105 66 113 533 65 21
Binary 1000001 10100 11110 0 1000101 110110 1001011 101011011 110101 10001

Color Harmonies of #41141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41141E

Black with #41141E

Text Example


Text Example

White with #41141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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