Html Css Color HEX #441120 Bordeaux

📋 copy color: '#441120'

red 68 ◦ green 17 ◦ blue 32

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

Shades of Bordeaux #441120

Tints of Bordeaux #441120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

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

R = 58.12%
G = 14.53%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#441120 (or 0x441120) is known color: Bordeaux. HEX triplet: 44, 11 and 20. RGB value is (68,17,32). Sum of RGB (Red+Green+Blue) = 68+17+32=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 32 (12.89% from 255 or 27.35% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #441120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441120 is #BBEEDF. Grayscale: #212121. Windows color (decimal): -12316384 or 2101572. OLE color: 2101572.

HSL color Cylindrical-coordinate representation of color #441120: hue angle of 342.35º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441120 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 17 32 -
CMYK 0 0.75 0.53 0.73
HSL 342.35º 0.6% 0.17% -
HSV(B) 342.35º 0.75% 0.27% -
XYZ 2.85 1.73 1.55 -
YUV 33.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 68 17 32 0 0.75 0.53 0.73 342.35 0.6 0.17
Hex 44 11 20 0 4B 35 49 156 3C 11
Octal 104 21 40 0 113 65 111 526 74 21
Binary 1000100 10001 100000 0 1001011 110101 1001001 101010110 111100 10001

Color Harmonies of #441120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441120

Black with #441120

Text Example


Text Example

White with #441120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441120; }

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

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

background-color css

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

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

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

border-color css

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

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

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