Html Css Color HEX #491624 Bordeaux

📋 copy color: '#491624'

red 73 ◦ green 22 ◦ blue 36

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

Shades of Bordeaux #491624

Tints of Bordeaux #491624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.79%

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

R = 55.73%
G = 16.79%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#491624 (or 0x491624) is known color: Bordeaux. HEX triplet: 49, 16 and 24. RGB value is (73,22,36). Sum of RGB (Red+Green+Blue) = 73+22+36=131 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.73% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 36 (14.45% from 255 or 27.48% from 131); Max value from RGB is 73 - color contains mainly: red. Hex color #491624 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491624 is #B6E9DB. Grayscale: #262626. Windows color (decimal): -11987420 or 2365001. OLE color: 2365001.

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

Color convert

RGB 73 22 36 -
CMYK 0 0.70 0.51 0.71
HSL 343.53º 0.54% 0.19% -
HSV(B) 343.53º 0.7% 0.29% -
XYZ 3.35 2.12 1.9 -
YUV 38.85 126.4 152.36 -
System Red Green Blue C M Y K H S L
Decimal 73 22 36 0 0.70 0.51 0.71 343.53 0.54 0.19
Hex 49 16 24 0 46 33 47 158 36 13
Octal 111 26 44 0 106 63 107 530 66 23
Binary 1001001 10110 100100 0 1000110 110011 1000111 101011000 110110 10011

Color Harmonies of #491624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491624

Black with #491624

Text Example


Text Example

White with #491624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491624; }

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

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

background-color css

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

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

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

border-color css

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

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

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