Html Css Color HEX #411020 Bordeaux

📋 copy color: '#411020'

red 65 ◦ green 16 ◦ blue 32

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

Shades of Bordeaux #411020

Tints of Bordeaux #411020

RGB

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

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

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

R = 57.52%
G = 14.16%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#411020 (or 0x411020) is known color: Bordeaux. HEX triplet: 41, 10 and 20. RGB value is (65,16,32). Sum of RGB (Red+Green+Blue) = 65+16+32=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411020 is #BEEFDF. Grayscale: #202020. Windows color (decimal): -12513248 or 2101313. OLE color: 2101313.

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

Color convert

RGB 65 16 32 -
CMYK 0 0.75 0.51 0.75
HSL 340.41º 0.6% 0.16% -
HSV(B) 340.41º 0.75% 0.25% -
XYZ 2.63 1.6 1.54 -
YUV 32.48 127.73 151.2 -
System Red Green Blue C M Y K H S L
Decimal 65 16 32 0 0.75 0.51 0.75 340.41 0.6 0.16
Hex 41 10 20 0 4B 33 4B 154 3C 10
Octal 101 20 40 0 113 63 113 524 74 20
Binary 1000001 10000 100000 0 1001011 110011 1001011 101010100 111100 10000

Color Harmonies of #411020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411020

Black with #411020

Text Example


Text Example

White with #411020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411020; }

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

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

background-color css

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

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

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

border-color css

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

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

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