Html Css Color HEX #491722 Bordeaux

📋 copy color: '#491722'

red 73 ◦ green 23 ◦ blue 34

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

Shades of Bordeaux #491722

Tints of Bordeaux #491722

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.69%

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

R = 56.15%
G = 17.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#491722 (or 0x491722) is known color: Bordeaux. HEX triplet: 49, 17 and 22. RGB value is (73,23,34). Sum of RGB (Red+Green+Blue) = 73+23+34=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 34 (13.67% from 255 or 26.15% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #491722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491722 is #B6E8DD. Grayscale: #272727. Windows color (decimal): -11987166 or 2234185. OLE color: 2234185.

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

Color convert

RGB 73 23 34 -
CMYK 0 0.68 0.53 0.71
HSL 346.8º 0.52% 0.19% -
HSV(B) 346.8º 0.68% 0.29% -
XYZ 3.34 2.14 1.75 -
YUV 39.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 73 23 34 0 0.68 0.53 0.71 346.8 0.52 0.19
Hex 49 17 22 0 44 35 47 15B 34 13
Octal 111 27 42 0 104 65 107 533 64 23
Binary 1001001 10111 100010 0 1000100 110101 1000111 101011011 110100 10011

Color Harmonies of #491722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491722

Black with #491722

Text Example


Text Example

White with #491722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491722; }

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

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

background-color css

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

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

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

border-color css

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

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

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