Html Css Color HEX #49181B Bordeaux

📋 copy color: '#49181B'

red 73 ◦ green 24 ◦ blue 27

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

Shades of Bordeaux #49181B

Tints of Bordeaux #49181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 58.87%
G = 19.35%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49181B (or 0x49181B) is known color: Bordeaux. HEX triplet: 49, 18 and 1B. RGB value is (73,24,27). Sum of RGB (Red+Green+Blue) = 73+24+27=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49181B is #B6E7E4. Grayscale: #272727. Windows color (decimal): -11986917 or 1775689. OLE color: 1775689.

HSL color Cylindrical-coordinate representation of color #49181B: hue angle of 356.33º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49181B is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 24 27 -
CMYK 0 0.67 0.63 0.71
HSL 356.33º 0.51% 0.19% -
HSV(B) 356.33º 0.67% 0.29% -
XYZ 3.27 2.15 1.28 -
YUV 38.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 73 24 27 0 0.67 0.63 0.71 356.33 0.51 0.19
Hex 49 18 1B 0 43 3F 47 164 33 13
Octal 111 30 33 0 103 77 107 544 63 23
Binary 1001001 11000 11011 0 1000011 111111 1000111 101100100 110011 10011

Color Harmonies of #49181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49181B

Black with #49181B

Text Example


Text Example

White with #49181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49181B; }

 p { color: rgb(73,24,27); }

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

background-color css

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

 a { background-color: rgb(73,24,27); }

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

border-color css

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

 span { border-color: rgb(73,24,27); }

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