Html Css Color HEX #491522 Bordeaux

📋 copy color: '#491522'

red 73 ◦ green 21 ◦ blue 34

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

Shades of Bordeaux #491522

Tints of Bordeaux #491522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 26.56%

R = 57.03%
G = 16.41%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#491522 (or 0x491522) is known color: Bordeaux. HEX triplet: 49, 15 and 22. RGB value is (73,21,34). Sum of RGB (Red+Green+Blue) = 73+21+34=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #491522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491522 is #B6EADD. Grayscale: #262626. Windows color (decimal): -11987678 or 2233673. OLE color: 2233673.

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

Color convert

RGB 73 21 34 -
CMYK 0 0.71 0.53 0.71
HSL 345º 0.55% 0.18% -
HSV(B) 345º 0.71% 0.29% -
XYZ 3.3 2.07 1.74 -
YUV 38.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 73 21 34 0 0.71 0.53 0.71 345 0.55 0.18
Hex 49 15 22 0 47 35 47 159 37 12
Octal 111 25 42 0 107 65 107 531 67 22
Binary 1001001 10101 100010 0 1000111 110101 1000111 101011001 110111 10010

Color Harmonies of #491522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491522

Black with #491522

Text Example


Text Example

White with #491522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491522; }

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

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

background-color css

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

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

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

border-color css

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

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

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