Html Css Color HEX #41141F Bordeaux

📋 copy color: '#41141F'

red 65 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #41141F

Tints of Bordeaux #41141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.72%

R = 56.03%
G = 17.24%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41141F (or 0x41141F) is known color: Bordeaux. HEX triplet: 41, 14 and 1F. RGB value is (65,20,31). Sum of RGB (Red+Green+Blue) = 65+20+31=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #41141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41141F is #BEEBE0. Grayscale: #222222. Windows color (decimal): -12512225 or 2036801. OLE color: 2036801.

HSL color Cylindrical-coordinate representation of color #41141F: hue angle of 345.33º 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 #41141F is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 20 31 -
CMYK 0 0.69 0.52 0.75
HSL 345.33º 0.53% 0.17% -
HSV(B) 345.33º 0.69% 0.25% -
XYZ 2.68 1.72 1.49 -
YUV 34.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 65 20 31 0 0.69 0.52 0.75 345.33 0.53 0.17
Hex 41 14 1F 0 45 34 4B 159 35 11
Octal 101 24 37 0 105 64 113 531 65 21
Binary 1000001 10100 11111 0 1000101 110100 1001011 101011001 110101 10001

Color Harmonies of #41141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41141F

Black with #41141F

Text Example


Text Example

White with #41141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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