Html Css Color HEX #492129 Bordeaux

📋 copy color: '#492129'

red 73 ◦ green 33 ◦ blue 41

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

Shades of Bordeaux #492129

Tints of Bordeaux #492129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.45%

 BLUE value IS 41 (16.41% from 255) = 27.89%

R = 49.66%
G = 22.45%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#492129 (or 0x492129) is known color: Bordeaux. HEX triplet: 49, 21 and 29. RGB value is (73,33,41). Sum of RGB (Red+Green+Blue) = 73+33+41=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #492129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492129 is #B6DED6. Grayscale: #2D2D2D. Windows color (decimal): -11984599 or 2695497. OLE color: 2695497.

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

Color convert

RGB 73 33 41 -
CMYK 0 0.55 0.44 0.71
HSL 348º 0.38% 0.21% -
HSV(B) 348º 0.55% 0.29% -
XYZ 3.69 2.66 2.42 -
YUV 45.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 73 33 41 0 0.55 0.44 0.71 348 0.38 0.21
Hex 49 21 29 0 37 2C 47 15C 26 15
Octal 111 41 51 0 67 54 107 534 46 25
Binary 1001001 100001 101001 0 110111 101100 1000111 101011100 100110 10101

Color Harmonies of #492129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492129

Black with #492129

Text Example


Text Example

White with #492129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492129; }

 p { color: rgb(73,33,41); }

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

background-color css

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

 a { background-color: rgb(73,33,41); }

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

border-color css

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

 span { border-color: rgb(73,33,41); }

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