Html Css Color HEX #491924 Bordeaux

📋 copy color: '#491924'

red 73 ◦ green 25 ◦ blue 36

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

Shades of Bordeaux #491924

Tints of Bordeaux #491924

RGB

 RED value IS 73 (28.91% from 255) = 54.48%

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

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

R = 54.48%
G = 18.66%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#491924 (or 0x491924) is known color: Bordeaux. HEX triplet: 49, 19 and 24. RGB value is (73,25,36). Sum of RGB (Red+Green+Blue) = 73+25+36=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #491924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491924 is #B6E6DB. Grayscale: #282828. Windows color (decimal): -11986652 or 2365769. OLE color: 2365769.

HSL color Cylindrical-coordinate representation of color #491924: hue angle of 346.25º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491924 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 36 -
CMYK 0 0.66 0.51 0.71
HSL 346.25º 0.49% 0.19% -
HSV(B) 346.25º 0.66% 0.29% -
XYZ 3.41 2.24 1.92 -
YUV 40.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 73 25 36 0 0.66 0.51 0.71 346.25 0.49 0.19
Hex 49 19 24 0 42 33 47 15A 31 13
Octal 111 31 44 0 102 63 107 532 61 23
Binary 1001001 11001 100100 0 1000010 110011 1000111 101011010 110001 10011

Color Harmonies of #491924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491924

Black with #491924

Text Example


Text Example

White with #491924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491924; }

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

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

background-color css

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

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

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

border-color css

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

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

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