Html Css Color HEX #491125 Bordeaux

📋 copy color: '#491125'

red 73 ◦ green 17 ◦ blue 37

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

Shades of Bordeaux #491125

Tints of Bordeaux #491125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.13%

R = 57.48%
G = 13.39%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.71

RGB Variations

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

Color information

#491125 (or 0x491125) is known color: Bordeaux. HEX triplet: 49, 11 and 25. RGB value is (73,17,37). Sum of RGB (Red+Green+Blue) = 73+17+37=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #491125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491125 is #B6EEDA. Grayscale: #242424. Windows color (decimal): -11988699 or 2429257. OLE color: 2429257.

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

Color convert

RGB 73 17 37 -
CMYK 0 0.77 0.49 0.71
HSL 338.57º 0.62% 0.18% -
HSV(B) 338.57º 0.77% 0.29% -
XYZ 3.28 1.95 1.95 -
YUV 36.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 73 17 37 0 0.77 0.49 0.71 338.57 0.62 0.18
Hex 49 11 25 0 4D 31 47 153 3E 12
Octal 111 21 45 0 115 61 107 523 76 22
Binary 1001001 10001 100101 0 1001101 110001 1000111 101010011 111110 10010

Color Harmonies of #491125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491125

Black with #491125

Text Example


Text Example

White with #491125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491125; }

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

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

background-color css

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

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

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

border-color css

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

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

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