Html Css Color HEX #441A20 Bordeaux

📋 copy color: '#441A20'

red 68 ◦ green 26 ◦ blue 32

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

Shades of Bordeaux #441A20

Tints of Bordeaux #441A20

RGB

 RED value IS 68 (26.95% from 255) = 53.97%

 GREEN value IS 26 (10.55% from 255) = 20.63%

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

R = 53.97%
G = 20.63%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#441A20 (or 0x441A20) is known color: Bordeaux. HEX triplet: 44, 1A and 20. RGB value is (68,26,32). Sum of RGB (Red+Green+Blue) = 68+26+32=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441A20 is #BBE5DF. Grayscale: #272727. Windows color (decimal): -12314080 or 2103876. OLE color: 2103876.

HSL color Cylindrical-coordinate representation of color #441A20: hue angle of 351.43º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #441A20 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 26 32 -
CMYK 0 0.62 0.53 0.73
HSL 351.43º 0.45% 0.18% -
HSV(B) 351.43º 0.62% 0.27% -
XYZ 3.01 2.07 1.61 -
YUV 39.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 68 26 32 0 0.62 0.53 0.73 351.43 0.45 0.18
Hex 44 1A 20 0 3E 35 49 15F 2D 12
Octal 104 32 40 0 76 65 111 537 55 22
Binary 1000100 11010 100000 0 111110 110101 1001001 101011111 101101 10010

Color Harmonies of #441A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441A20

Black with #441A20

Text Example


Text Example

White with #441A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441A20; }

 p { color: rgb(68,26,32); }

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

background-color css

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

 a { background-color: rgb(68,26,32); }

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

border-color css

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

 span { border-color: rgb(68,26,32); }

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