Html Css Color HEX #441924 Bordeaux

📋 copy color: '#441924'

red 68 ◦ green 25 ◦ blue 36

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

Shades of Bordeaux #441924

Tints of Bordeaux #441924

RGB

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

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

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

R = 52.71%
G = 19.38%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#441924 (or 0x441924) is known color: Bordeaux. HEX triplet: 44, 19 and 24. RGB value is (68,25,36). Sum of RGB (Red+Green+Blue) = 68+25+36=129 (17% of max value = 765). Red value is 68 (26.95% from 255 or 52.71% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 68 - color contains mainly: red. Hex color #441924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #441924 is #BBE6DB. Grayscale: #272727. Windows color (decimal): -12314332 or 2365764. OLE color: 2365764.

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

Color convert

RGB 68 25 36 -
CMYK 0 0.63 0.47 0.73
HSL 344.65º 0.46% 0.18% -
HSV(B) 344.65º 0.63% 0.27% -
XYZ 3.05 2.05 1.9 -
YUV 39.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 68 25 36 0 0.63 0.47 0.73 344.65 0.46 0.18
Hex 44 19 24 0 3F 2F 49 159 2E 12
Octal 104 31 44 0 77 57 111 531 56 22
Binary 1000100 11001 100100 0 111111 101111 1001001 101011001 101110 10010

Color Harmonies of #441924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #441924

Black with #441924

Text Example


Text Example

White with #441924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #441924; }

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

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

background-color css

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

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

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

border-color css

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

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

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