Html Css Color HEX #41101D Bordeaux

📋 copy color: '#41101D'

red 65 ◦ green 16 ◦ blue 29

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

Shades of Bordeaux #41101D

Tints of Bordeaux #41101D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.36%

R = 59.09%
G = 14.55%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41101D (or 0x41101D) is known color: Bordeaux. HEX triplet: 41, 10 and 1D. RGB value is (65,16,29). Sum of RGB (Red+Green+Blue) = 65+16+29=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 16 (6.64% from 255 or 14.55% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #41101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41101D is #BEEFE2. Grayscale: #202020. Windows color (decimal): -12513251 or 1904705. OLE color: 1904705.

HSL color Cylindrical-coordinate representation of color #41101D: hue angle of 344.08º 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 #41101D is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 16 29 -
CMYK 0 0.75 0.55 0.75
HSL 344.08º 0.6% 0.16% -
HSV(B) 344.08º 0.75% 0.25% -
XYZ 2.59 1.58 1.33 -
YUV 32.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 65 16 29 0 0.75 0.55 0.75 344.08 0.6 0.16
Hex 41 10 1D 0 4B 37 4B 158 3C 10
Octal 101 20 35 0 113 67 113 530 74 20
Binary 1000001 10000 11101 0 1001011 110111 1001011 101011000 111100 10000

Color Harmonies of #41101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41101D

Black with #41101D

Text Example


Text Example

White with #41101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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