Html Css Color HEX #441D24 Bordeaux

📋 copy color: '#441D24'

red 68 ◦ green 29 ◦ blue 36

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

Shades of Bordeaux #441D24

Tints of Bordeaux #441D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 27.07%

R = 51.13%
G = 21.8%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#441D24 (or 0x441D24) is known color: Bordeaux. HEX triplet: 44, 1D and 24. RGB value is (68,29,36). Sum of RGB (Red+Green+Blue) = 68+29+36=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #441D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441D24 is #BBE2DB. Grayscale: #292929. Windows color (decimal): -12313308 or 2366788. OLE color: 2366788.

HSL color Cylindrical-coordinate representation of color #441D24: hue angle of 349.23º 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 #441D24 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 29 36 -
CMYK 0 0.57 0.47 0.73
HSL 349.23º 0.4% 0.19% -
HSV(B) 349.23º 0.57% 0.27% -
XYZ 3.14 2.24 1.93 -
YUV 41.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 68 29 36 0 0.57 0.47 0.73 349.23 0.4 0.19
Hex 44 1D 24 0 39 2F 49 15D 28 13
Octal 104 35 44 0 71 57 111 535 50 23
Binary 1000100 11101 100100 0 111001 101111 1001001 101011101 101000 10011

Color Harmonies of #441D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441D24

Black with #441D24

Text Example


Text Example

White with #441D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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