Html Css Color HEX #441D22 Bordeaux

📋 copy color: '#441D22'

red 68 ◦ green 29 ◦ blue 34

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

Shades of Bordeaux #441D22

Tints of Bordeaux #441D22

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.14%

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

R = 51.91%
G = 22.14%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.73

RGB Variations

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

Color information

#441D22 (or 0x441D22) is known color: Bordeaux. HEX triplet: 44, 1D and 22. RGB value is (68,29,34). Sum of RGB (Red+Green+Blue) = 68+29+34=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #441D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D22 is #BBE2DD. Grayscale: #292929. Windows color (decimal): -12313310 or 2235716. OLE color: 2235716.

HSL color Cylindrical-coordinate representation of color #441D22: hue angle of 352.31º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #441D22 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 34 -
CMYK 0 0.57 0.50 0.73
HSL 352.31º 0.4% 0.19% -
HSV(B) 352.31º 0.57% 0.27% -
XYZ 3.11 2.22 1.78 -
YUV 41.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 68 29 34 0 0.57 0.50 0.73 352.31 0.4 0.19
Hex 44 1D 22 0 39 32 49 160 28 13
Octal 104 35 42 0 71 62 111 540 50 23
Binary 1000100 11101 100010 0 111001 110010 1001001 101100000 101000 10011

Color Harmonies of #441D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D22

Black with #441D22

Text Example


Text Example

White with #441D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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