Html Css Color HEX #441621 Bordeaux

📋 copy color: '#441621'

red 68 ◦ green 22 ◦ blue 33

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

Shades of Bordeaux #441621

Tints of Bordeaux #441621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 26.83%

R = 55.28%
G = 17.89%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#441621 (or 0x441621) is known color: Bordeaux. HEX triplet: 44, 16 and 21. RGB value is (68,22,33). Sum of RGB (Red+Green+Blue) = 68+22+33=123 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.28% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 68 - color contains mainly: red. Hex color #441621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441621 is #BBE9DE. Grayscale: #252525. Windows color (decimal): -12315103 or 2168388. OLE color: 2168388.

HSL color Cylindrical-coordinate representation of color #441621: hue angle of 345.65º 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 #441621 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 22 33 -
CMYK 0 0.68 0.51 0.73
HSL 345.65º 0.51% 0.18% -
HSV(B) 345.65º 0.68% 0.27% -
XYZ 2.95 1.91 1.65 -
YUV 37.01 125.74 150.11 -
System Red Green Blue C M Y K H S L
Decimal 68 22 33 0 0.68 0.51 0.73 345.65 0.51 0.18
Hex 44 16 21 0 44 33 49 15A 33 12
Octal 104 26 41 0 104 63 111 532 63 22
Binary 1000100 10110 100001 0 1000100 110011 1001001 101011010 110011 10010

Color Harmonies of #441621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441621

Black with #441621

Text Example


Text Example

White with #441621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441621; }

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

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

background-color css

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

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

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

border-color css

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

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

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