Html Css Color HEX #411220 Bordeaux

📋 copy color: '#411220'

red 65 ◦ green 18 ◦ blue 32

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

Shades of Bordeaux #411220

Tints of Bordeaux #411220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

 BLUE value IS 32 (12.89% from 255) = 27.83%

R = 56.52%
G = 15.65%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#411220 (or 0x411220) is known color: Bordeaux. HEX triplet: 41, 12 and 20. RGB value is (65,18,32). Sum of RGB (Red+Green+Blue) = 65+18+32=115 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.52% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 65 - color contains mainly: red. Hex color #411220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411220 is #BEEDDF. Grayscale: #212121. Windows color (decimal): -12512736 or 2101825. OLE color: 2101825.

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

Color convert

RGB 65 18 32 -
CMYK 0 0.72 0.51 0.75
HSL 342.13º 0.57% 0.16% -
HSV(B) 342.13º 0.72% 0.25% -
XYZ 2.66 1.66 1.55 -
YUV 33.65 127.07 150.36 -
System Red Green Blue C M Y K H S L
Decimal 65 18 32 0 0.72 0.51 0.75 342.13 0.57 0.16
Hex 41 12 20 0 48 33 4B 156 39 10
Octal 101 22 40 0 110 63 113 526 71 20
Binary 1000001 10010 100000 0 1001000 110011 1001011 101010110 111001 10000

Color Harmonies of #411220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411220

Black with #411220

Text Example


Text Example

White with #411220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411220; }

 p { color: rgb(65,18,32); }

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

background-color css

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

 a { background-color: rgb(65,18,32); }

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

border-color css

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

 span { border-color: rgb(65,18,32); }

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