Html Css Color HEX #491526 Bordeaux

📋 copy color: '#491526'

red 73 ◦ green 21 ◦ blue 38

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

Shades of Bordeaux #491526

Tints of Bordeaux #491526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.91%

 BLUE value IS 38 (15.23% from 255) = 28.79%

R = 55.3%
G = 15.91%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#491526 (or 0x491526) is known color: Bordeaux. HEX triplet: 49, 15 and 26. RGB value is (73,21,38). Sum of RGB (Red+Green+Blue) = 73+21+38=132 (17% of max value = 765). Red value is 73 (28.91% from 255 or 55.30% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 73 - color contains mainly: red. Hex color #491526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491526 is #B6EAD9. Grayscale: #262626. Windows color (decimal): -11987674 or 2495817. OLE color: 2495817.

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

Color convert

RGB 73 21 38 -
CMYK 0 0.71 0.48 0.71
HSL 340.38º 0.55% 0.18% -
HSV(B) 340.38º 0.71% 0.29% -
XYZ 3.37 2.09 2.06 -
YUV 38.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 73 21 38 0 0.71 0.48 0.71 340.38 0.55 0.18
Hex 49 15 26 0 47 30 47 154 37 12
Octal 111 25 46 0 107 60 107 524 67 22
Binary 1001001 10101 100110 0 1000111 110000 1000111 101010100 110111 10010

Color Harmonies of #491526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491526

Black with #491526

Text Example


Text Example

White with #491526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491526; }

 p { color: rgb(73,21,38); }

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

background-color css

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

 a { background-color: rgb(73,21,38); }

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

border-color css

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

 span { border-color: rgb(73,21,38); }

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