Html Css Color HEX #491324 Bordeaux

📋 copy color: '#491324'

red 73 ◦ green 19 ◦ blue 36

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

Shades of Bordeaux #491324

Tints of Bordeaux #491324

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

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

R = 57.03%
G = 14.84%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#491324 (or 0x491324) is known color: Bordeaux. HEX triplet: 49, 13 and 24. RGB value is (73,19,36). Sum of RGB (Red+Green+Blue) = 73+19+36=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #491324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491324 is #B6ECDB. Grayscale: #252525. Windows color (decimal): -11988188 or 2364233. OLE color: 2364233.

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

Color convert

RGB 73 19 36 -
CMYK 0 0.74 0.51 0.71
HSL 341.11º 0.59% 0.18% -
HSV(B) 341.11º 0.74% 0.29% -
XYZ 3.3 2.01 1.88 -
YUV 37.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 73 19 36 0 0.74 0.51 0.71 341.11 0.59 0.18
Hex 49 13 24 0 4A 33 47 155 3B 12
Octal 111 23 44 0 112 63 107 525 73 22
Binary 1001001 10011 100100 0 1001010 110011 1000111 101010101 111011 10010

Color Harmonies of #491324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491324

Black with #491324

Text Example


Text Example

White with #491324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491324; }

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

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

background-color css

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

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

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

border-color css

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

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

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