Html Css Color HEX #441724 Bordeaux

📋 copy color: '#441724'

red 68 ◦ green 23 ◦ blue 36

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

Shades of Bordeaux #441724

Tints of Bordeaux #441724

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.11%

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

R = 53.54%
G = 18.11%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#441724 (or 0x441724) is known color: Bordeaux. HEX triplet: 44, 17 and 24. RGB value is (68,23,36). Sum of RGB (Red+Green+Blue) = 68+23+36=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #441724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441724 is #BBE8DB. Grayscale: #252525. Windows color (decimal): -12314844 or 2365252. OLE color: 2365252.

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

Color convert

RGB 68 23 36 -
CMYK 0 0.66 0.47 0.73
HSL 342.67º 0.49% 0.18% -
HSV(B) 342.67º 0.66% 0.27% -
XYZ 3.01 1.97 1.89 -
YUV 37.94 126.91 149.44 -
System Red Green Blue C M Y K H S L
Decimal 68 23 36 0 0.66 0.47 0.73 342.67 0.49 0.18
Hex 44 17 24 0 42 2F 49 157 31 12
Octal 104 27 44 0 102 57 111 527 61 22
Binary 1000100 10111 100100 0 1000010 101111 1001001 101010111 110001 10010

Color Harmonies of #441724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441724

Black with #441724

Text Example


Text Example

White with #441724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441724; }

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

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

background-color css

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

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

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

border-color css

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

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

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