Html Css Color HEX #441921 Bordeaux

📋 copy color: '#441921'

red 68 ◦ green 25 ◦ blue 33

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

Shades of Bordeaux #441921

Tints of Bordeaux #441921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

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

R = 53.97%
G = 19.84%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#441921 (or 0x441921) is known color: Bordeaux. HEX triplet: 44, 19 and 21. RGB value is (68,25,33). Sum of RGB (Red+Green+Blue) = 68+25+33=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 33 (13.28% from 255 or 26.19% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #441921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441921 is #BBE6DE. Grayscale: #262626. Windows color (decimal): -12314335 or 2169156. OLE color: 2169156.

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

Color convert

RGB 68 25 33 -
CMYK 0 0.63 0.51 0.73
HSL 348.84º 0.46% 0.18% -
HSV(B) 348.84º 0.63% 0.27% -
XYZ 3.01 2.03 1.67 -
YUV 38.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 68 25 33 0 0.63 0.51 0.73 348.84 0.46 0.18
Hex 44 19 21 0 3F 33 49 15D 2E 12
Octal 104 31 41 0 77 63 111 535 56 22
Binary 1000100 11001 100001 0 111111 110011 1001001 101011101 101110 10010

Color Harmonies of #441921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441921

Black with #441921

Text Example


Text Example

White with #441921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441921; }

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

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

background-color css

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

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

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

border-color css

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

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

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