Html Css Color HEX #41111F Bordeaux

📋 copy color: '#41111F'

red 65 ◦ green 17 ◦ blue 31

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

Shades of Bordeaux #41111F

Tints of Bordeaux #41111F

RGB

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

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

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

R = 57.52%
G = 15.04%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41111F (or 0x41111F) is known color: Bordeaux. HEX triplet: 41, 11 and 1F. RGB value is (65,17,31). Sum of RGB (Red+Green+Blue) = 65+17+31=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41111F is #BEEEE0. Grayscale: #202020. Windows color (decimal): -12512993 or 2036033. OLE color: 2036033.

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

Color convert

RGB 65 17 31 -
CMYK 0 0.74 0.52 0.75
HSL 342.5º 0.59% 0.16% -
HSV(B) 342.5º 0.74% 0.25% -
XYZ 2.63 1.62 1.47 -
YUV 32.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 65 17 31 0 0.74 0.52 0.75 342.5 0.59 0.16
Hex 41 11 1F 0 4A 34 4B 156 3B 10
Octal 101 21 37 0 112 64 113 526 73 20
Binary 1000001 10001 11111 0 1001010 110100 1001011 101010110 111011 10000

Color Harmonies of #41111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41111F

Black with #41111F

Text Example


Text Example

White with #41111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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