Html Css Color HEX #491323 Bordeaux

📋 copy color: '#491323'

red 73 ◦ green 19 ◦ blue 35

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

Shades of Bordeaux #491323

Tints of Bordeaux #491323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 27.56%

R = 57.48%
G = 14.96%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#491323 (or 0x491323) is known color: Bordeaux. HEX triplet: 49, 13 and 23. RGB value is (73,19,35). Sum of RGB (Red+Green+Blue) = 73+19+35=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 35 (14.06% from 255 or 27.56% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491323 is #B6ECDC. Grayscale: #242424. Windows color (decimal): -11988189 or 2298697. OLE color: 2298697.

HSL color Cylindrical-coordinate representation of color #491323: hue angle of 342.22º 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 #491323 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 19 35 -
CMYK 0 0.74 0.52 0.71
HSL 342.22º 0.59% 0.18% -
HSV(B) 342.22º 0.74% 0.29% -
XYZ 3.28 2 1.8 -
YUV 36.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 73 19 35 0 0.74 0.52 0.71 342.22 0.59 0.18
Hex 49 13 23 0 4A 34 47 156 3B 12
Octal 111 23 43 0 112 64 107 526 73 22
Binary 1001001 10011 100011 0 1001010 110100 1000111 101010110 111011 10010

Color Harmonies of #491323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491323

Black with #491323

Text Example


Text Example

White with #491323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491323; }

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

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

background-color css

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

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

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

border-color css

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

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

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