Html Css Color HEX #441C20 Bordeaux

📋 copy color: '#441C20'

red 68 ◦ green 28 ◦ blue 32

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

Shades of Bordeaux #441C20

Tints of Bordeaux #441C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 21.88%

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

R = 53.13%
G = 21.88%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#441C20 (or 0x441C20) is known color: Bordeaux. HEX triplet: 44, 1C and 20. RGB value is (68,28,32). Sum of RGB (Red+Green+Blue) = 68+28+32=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #441C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441C20 is #BBE3DF. Grayscale: #282828. Windows color (decimal): -12313568 or 2104388. OLE color: 2104388.

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

Color convert

RGB 68 28 32 -
CMYK 0 0.59 0.53 0.73
HSL 354º 0.42% 0.19% -
HSV(B) 354º 0.59% 0.27% -
XYZ 3.06 2.16 1.62 -
YUV 40.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 68 28 32 0 0.59 0.53 0.73 354 0.42 0.19
Hex 44 1C 20 0 3B 35 49 162 2A 13
Octal 104 34 40 0 73 65 111 542 52 23
Binary 1000100 11100 100000 0 111011 110101 1001001 101100010 101010 10011

Color Harmonies of #441C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441C20

Black with #441C20

Text Example


Text Example

White with #441C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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