Html Css Color HEX #491927 Bordeaux

📋 copy color: '#491927'

red 73 ◦ green 25 ◦ blue 39

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

Shades of Bordeaux #491927

Tints of Bordeaux #491927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.25%

 BLUE value IS 39 (15.63% from 255) = 28.47%

R = 53.28%
G = 18.25%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#491927 (or 0x491927) is known color: Bordeaux. HEX triplet: 49, 19 and 27. RGB value is (73,25,39). Sum of RGB (Red+Green+Blue) = 73+25+39=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #491927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491927 is #B6E6D8. Grayscale: #282828. Windows color (decimal): -11986649 or 2562377. OLE color: 2562377.

HSL color Cylindrical-coordinate representation of color #491927: hue angle of 342.5º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #491927 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 25 39 -
CMYK 0 0.66 0.47 0.71
HSL 342.5º 0.49% 0.19% -
HSV(B) 342.5º 0.66% 0.29% -
XYZ 3.46 2.26 2.17 -
YUV 40.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 73 25 39 0 0.66 0.47 0.71 342.5 0.49 0.19
Hex 49 19 27 0 42 2F 47 156 31 13
Octal 111 31 47 0 102 57 107 526 61 23
Binary 1001001 11001 100111 0 1000010 101111 1000111 101010110 110001 10011

Color Harmonies of #491927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491927

Black with #491927

Text Example


Text Example

White with #491927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491927; }

 p { color: rgb(73,25,39); }

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

background-color css

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

 a { background-color: rgb(73,25,39); }

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

border-color css

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

 span { border-color: rgb(73,25,39); }

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