Html Css Color HEX #491123 Bordeaux

📋 copy color: '#491123'

red 73 ◦ green 17 ◦ blue 35

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

Shades of Bordeaux #491123

Tints of Bordeaux #491123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.6%

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

R = 58.4%
G = 13.6%
B = 28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#491123 (or 0x491123) is known color: Bordeaux. HEX triplet: 49, 11 and 23. RGB value is (73,17,35). Sum of RGB (Red+Green+Blue) = 73+17+35=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 35 (14.06% from 255 or 28% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #491123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491123 is #B6EEDC. Grayscale: #232323. Windows color (decimal): -11988701 or 2298185. OLE color: 2298185.

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

Color convert

RGB 73 17 35 -
CMYK 0 0.77 0.52 0.71
HSL 340.71º 0.62% 0.18% -
HSV(B) 340.71º 0.77% 0.29% -
XYZ 3.25 1.94 1.79 -
YUV 35.8 127.55 154.54 -
System Red Green Blue C M Y K H S L
Decimal 73 17 35 0 0.77 0.52 0.71 340.71 0.62 0.18
Hex 49 11 23 0 4D 34 47 155 3E 12
Octal 111 21 43 0 115 64 107 525 76 22
Binary 1001001 10001 100011 0 1001101 110100 1000111 101010101 111110 10010

Color Harmonies of #491123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491123

Black with #491123

Text Example


Text Example

White with #491123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491123; }

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

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

background-color css

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

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

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

border-color css

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

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

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