Html Css Color HEX #492128 Bordeaux

📋 copy color: '#492128'

red 73 ◦ green 33 ◦ blue 40

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

Shades of Bordeaux #492128

Tints of Bordeaux #492128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 27.4%

R = 50%
G = 22.6%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#492128 (or 0x492128) is known color: Bordeaux. HEX triplet: 49, 21 and 28. RGB value is (73,33,40). Sum of RGB (Red+Green+Blue) = 73+33+40=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 40 (16.02% from 255 or 27.40% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492128 is #B6DED7. Grayscale: #2D2D2D. Windows color (decimal): -11984600 or 2629961. OLE color: 2629961.

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

Color convert

RGB 73 33 40 -
CMYK 0 0.55 0.45 0.71
HSL 349.5º 0.38% 0.21% -
HSV(B) 349.5º 0.55% 0.29% -
XYZ 3.67 2.66 2.33 -
YUV 45.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 73 33 40 0 0.55 0.45 0.71 349.5 0.38 0.21
Hex 49 21 28 0 37 2D 47 15E 26 15
Octal 111 41 50 0 67 55 107 536 46 25
Binary 1001001 100001 101000 0 110111 101101 1000111 101011110 100110 10101

Color Harmonies of #492128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492128

Black with #492128

Text Example


Text Example

White with #492128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492128; }

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

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

background-color css

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

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

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

border-color css

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

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

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