Html Css Color HEX #491627 Bordeaux

📋 copy color: '#491627'

red 73 ◦ green 22 ◦ blue 39

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

Shades of Bordeaux #491627

Tints of Bordeaux #491627

RGB

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

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

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

R = 54.48%
G = 16.42%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#491627 (or 0x491627) is known color: Bordeaux. HEX triplet: 49, 16 and 27. RGB value is (73,22,39). Sum of RGB (Red+Green+Blue) = 73+22+39=134 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.48% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 73 - color contains mainly: red. Hex color #491627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491627 is #B6E9D8. Grayscale: #272727. Windows color (decimal): -11987417 or 2561609. OLE color: 2561609.

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

Color convert

RGB 73 22 39 -
CMYK 0 0.70 0.47 0.71
HSL 340º 0.54% 0.19% -
HSV(B) 340º 0.7% 0.29% -
XYZ 3.4 2.14 2.15 -
YUV 39.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 73 22 39 0 0.70 0.47 0.71 340 0.54 0.19
Hex 49 16 27 0 46 2F 47 154 36 13
Octal 111 26 47 0 106 57 107 524 66 23
Binary 1001001 10110 100111 0 1000110 101111 1000111 101010100 110110 10011

Color Harmonies of #491627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491627

Black with #491627

Text Example


Text Example

White with #491627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491627; }

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

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

background-color css

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

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

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

border-color css

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

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

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