Html Css Color HEX #491224 Bordeaux

📋 copy color: '#491224'

red 73 ◦ green 18 ◦ blue 36

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

Shades of Bordeaux #491224

Tints of Bordeaux #491224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.17%

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

R = 57.48%
G = 14.17%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#491224 (or 0x491224) is known color: Bordeaux. HEX triplet: 49, 12 and 24. RGB value is (73,18,36). Sum of RGB (Red+Green+Blue) = 73+18+36=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491224 is #B6EDDB. Grayscale: #242424. Windows color (decimal): -11988444 or 2363977. OLE color: 2363977.

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

Color convert

RGB 73 18 36 -
CMYK 0 0.75 0.51 0.71
HSL 340.36º 0.6% 0.18% -
HSV(B) 340.36º 0.75% 0.29% -
XYZ 3.28 1.98 1.88 -
YUV 36.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 73 18 36 0 0.75 0.51 0.71 340.36 0.6 0.18
Hex 49 12 24 0 4B 33 47 154 3C 12
Octal 111 22 44 0 113 63 107 524 74 22
Binary 1001001 10010 100100 0 1001011 110011 1000111 101010100 111100 10010

Color Harmonies of #491224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491224

Black with #491224

Text Example


Text Example

White with #491224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491224; }

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

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

background-color css

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

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

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

border-color css

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

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

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