Html Css Color HEX #49001B Bordeaux

📋 copy color: '#49001B'

red 73 ◦ green 0 ◦ blue 27

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

Shades of Bordeaux #49001B

Tints of Bordeaux #49001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73%
G = 0%
B = 27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.71

RGB Variations

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

Color information

#49001B (or 0x49001B) is known color: Bordeaux. HEX triplet: 49, 00 and 1B. RGB value is (73,0,27). Sum of RGB (Red+Green+Blue) = 73+0+27=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #49001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49001B is #B6FFE4. Grayscale: #181818. Windows color (decimal): -11993061 or 1769545. OLE color: 1769545.

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

Color convert

RGB 73 0 27 -
CMYK 0 1 0.63 0.71
HSL 337.81º 1% 0.14% -
HSV(B) 337.81º 1% 0.29% -
XYZ 2.95 1.5 1.17 -
YUV 24.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 73 0 27 0 1 0.63 0.71 337.81 1 0.14
Hex 49 0 1B 0 64 3F 47 152 64 E
Octal 111 0 33 0 144 77 107 522 144 16
Binary 1001001 0 11011 0 1100100 111111 1000111 101010010 1100100 1110

Color Harmonies of #49001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49001B

Black with #49001B

Text Example


Text Example

White with #49001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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