Html Css Color HEX #41101F Bordeaux

📋 copy color: '#41101F'

red 65 ◦ green 16 ◦ blue 31

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

Shades of Bordeaux #41101F

Tints of Bordeaux #41101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.29%

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

R = 58.04%
G = 14.29%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41101F (or 0x41101F) is known color: Bordeaux. HEX triplet: 41, 10 and 1F. RGB value is (65,16,31). Sum of RGB (Red+Green+Blue) = 65+16+31=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #41101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41101F is #BEEFE0. Grayscale: #202020. Windows color (decimal): -12513249 or 2035777. OLE color: 2035777.

HSL color Cylindrical-coordinate representation of color #41101F: hue angle of 341.63º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41101F is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 16 31 -
CMYK 0 0.75 0.52 0.75
HSL 341.63º 0.6% 0.16% -
HSV(B) 341.63º 0.75% 0.25% -
XYZ 2.61 1.59 1.47 -
YUV 32.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 65 16 31 0 0.75 0.52 0.75 341.63 0.6 0.16
Hex 41 10 1F 0 4B 34 4B 156 3C 10
Octal 101 20 37 0 113 64 113 526 74 20
Binary 1000001 10000 11111 0 1001011 110100 1001011 101010110 111100 10000

Color Harmonies of #41101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41101F

Black with #41101F

Text Example


Text Example

White with #41101F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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