Html Css Color HEX #441620 Bordeaux

📋 copy color: '#441620'

red 68 ◦ green 22 ◦ blue 32

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

Shades of Bordeaux #441620

Tints of Bordeaux #441620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.03%

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

R = 55.74%
G = 18.03%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.73

RGB Variations

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

Color information

#441620 (or 0x441620) is known color: Bordeaux. HEX triplet: 44, 16 and 20. RGB value is (68,22,32). Sum of RGB (Red+Green+Blue) = 68+22+32=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 22 (8.98% from 255 or 18.03% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #441620 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441620 is #BBE9DF. Grayscale: #242424. Windows color (decimal): -12315104 or 2102852. OLE color: 2102852.

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

Color convert

RGB 68 22 32 -
CMYK 0 0.68 0.53 0.73
HSL 346.96º 0.51% 0.18% -
HSV(B) 346.96º 0.68% 0.27% -
XYZ 2.93 1.91 1.58 -
YUV 36.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 68 22 32 0 0.68 0.53 0.73 346.96 0.51 0.18
Hex 44 16 20 0 44 35 49 15B 33 12
Octal 104 26 40 0 104 65 111 533 63 22
Binary 1000100 10110 100000 0 1000100 110101 1001001 101011011 110011 10010

Color Harmonies of #441620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441620

Black with #441620

Text Example


Text Example

White with #441620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441620; }

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

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

background-color css

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

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

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

border-color css

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

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

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