Html Css Color HEX #492028 Bordeaux

📋 copy color: '#492028'

red 73 ◦ green 32 ◦ blue 40

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

Shades of Bordeaux #492028

Tints of Bordeaux #492028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 22.07%

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

R = 50.34%
G = 22.07%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#492028 (or 0x492028) is known color: Bordeaux. HEX triplet: 49, 20 and 28. RGB value is (73,32,40). Sum of RGB (Red+Green+Blue) = 73+32+40=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492028 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492028 is #B6DFD7. Grayscale: #2D2D2D. Windows color (decimal): -11984856 or 2629705. OLE color: 2629705.

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

Color convert

RGB 73 32 40 -
CMYK 0 0.56 0.45 0.71
HSL 348.29º 0.39% 0.21% -
HSV(B) 348.29º 0.56% 0.29% -
XYZ 3.65 2.6 2.32 -
YUV 45.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 73 32 40 0 0.56 0.45 0.71 348.29 0.39 0.21
Hex 49 20 28 0 38 2D 47 15C 27 15
Octal 111 40 50 0 70 55 107 534 47 25
Binary 1001001 100000 101000 0 111000 101101 1000111 101011100 100111 10101

Color Harmonies of #492028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492028

Black with #492028

Text Example


Text Example

White with #492028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492028; }

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

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

background-color css

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

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

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

border-color css

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

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

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