Html Css Color HEX #49081A Bordeaux

📋 copy color: '#49081A'

red 73 ◦ green 8 ◦ blue 26

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

Shades of Bordeaux #49081A

Tints of Bordeaux #49081A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.48%

 BLUE value IS 26 (10.55% from 255) = 24.3%

R = 68.22%
G = 7.48%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49081A (or 0x49081A) is known color: Bordeaux. HEX triplet: 49, 08 and 1A. RGB value is (73,8,26). Sum of RGB (Red+Green+Blue) = 73+8+26=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 8 (3.52% from 255 or 7.48% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #49081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49081A is #B6F7E5. Grayscale: #1D1D1D. Windows color (decimal): -11991014 or 1706057. OLE color: 1706057.

HSL color Cylindrical-coordinate representation of color #49081A: hue angle of 343.38º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49081A is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 8 26 -
CMYK 0 0.89 0.64 0.71
HSL 343.38º 0.8% 0.16% -
HSV(B) 343.38º 0.89% 0.29% -
XYZ 3.02 1.66 1.14 -
YUV 29.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 73 8 26 0 0.89 0.64 0.71 343.38 0.8 0.16
Hex 49 8 1A 0 59 40 47 157 50 10
Octal 111 10 32 0 131 100 107 527 120 20
Binary 1001001 1000 11010 0 1011001 1000000 1000111 101010111 1010000 10000

Color Harmonies of #49081A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49081A

Black with #49081A

Text Example


Text Example

White with #49081A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49081A; }

 p { color: rgb(73,8,26); }

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

background-color css

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

 a { background-color: rgb(73,8,26); }

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

border-color css

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

 span { border-color: rgb(73,8,26); }

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