Html Css Color HEX #441322 Bordeaux

📋 copy color: '#441322'

red 68 ◦ green 19 ◦ blue 34

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

Shades of Bordeaux #441322

Tints of Bordeaux #441322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 34 (13.67% from 255) = 28.1%

R = 56.2%
G = 15.7%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#441322 (or 0x441322) is known color: Bordeaux. HEX triplet: 44, 13 and 22. RGB value is (68,19,34). Sum of RGB (Red+Green+Blue) = 68+19+34=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #441322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441322 is #BBECDD. Grayscale: #232323. Windows color (decimal): -12315870 or 2233156. OLE color: 2233156.

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

Color convert

RGB 68 19 34 -
CMYK 0 0.72 0.50 0.73
HSL 341.63º 0.56% 0.17% -
HSV(B) 341.63º 0.72% 0.27% -
XYZ 2.91 1.81 1.71 -
YUV 35.36 127.23 151.28 -
System Red Green Blue C M Y K H S L
Decimal 68 19 34 0 0.72 0.50 0.73 341.63 0.56 0.17
Hex 44 13 22 0 48 32 49 156 38 11
Octal 104 23 42 0 110 62 111 526 70 21
Binary 1000100 10011 100010 0 1001000 110010 1001001 101010110 111000 10001

Color Harmonies of #441322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441322

Black with #441322

Text Example


Text Example

White with #441322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441322; }

 p { color: rgb(68,19,34); }

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

background-color css

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

 a { background-color: rgb(68,19,34); }

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

border-color css

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

 span { border-color: rgb(68,19,34); }

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