Html Css Color HEX #492027 Bordeaux

📋 copy color: '#492027'

red 73 ◦ green 32 ◦ blue 39

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

Shades of Bordeaux #492027

Tints of Bordeaux #492027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 27.08%

R = 50.69%
G = 22.22%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#492027 (or 0x492027) is known color: Bordeaux. HEX triplet: 49, 20 and 27. RGB value is (73,32,39). Sum of RGB (Red+Green+Blue) = 73+32+39=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492027 is #B6DFD8. Grayscale: #2D2D2D. Windows color (decimal): -11984857 or 2564169. OLE color: 2564169.

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

Color convert

RGB 73 32 39 -
CMYK 0 0.56 0.47 0.71
HSL 349.76º 0.39% 0.21% -
HSV(B) 349.76º 0.56% 0.29% -
XYZ 3.63 2.6 2.23 -
YUV 45.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 73 32 39 0 0.56 0.47 0.71 349.76 0.39 0.21
Hex 49 20 27 0 38 2F 47 15E 27 15
Octal 111 40 47 0 70 57 107 536 47 25
Binary 1001001 100000 100111 0 111000 101111 1000111 101011110 100111 10101

Color Harmonies of #492027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492027

Black with #492027

Text Example


Text Example

White with #492027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492027; }

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

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

background-color css

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

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

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

border-color css

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

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

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