Html Css Color HEX #49091A Bordeaux

📋 copy color: '#49091A'

red 73 ◦ green 9 ◦ blue 26

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

Shades of Bordeaux #49091A

Tints of Bordeaux #49091A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.33%

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

R = 67.59%
G = 8.33%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49091A (or 0x49091A) is known color: Bordeaux. HEX triplet: 49, 09 and 1A. RGB value is (73,9,26). Sum of RGB (Red+Green+Blue) = 73+9+26=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 9 (3.91% from 255 or 8.33% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #49091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49091A is #B6F6E5. Grayscale: #1E1E1E. Windows color (decimal): -11990758 or 1706313. OLE color: 1706313.

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

Color convert

RGB 73 9 26 -
CMYK 0 0.88 0.64 0.71
HSL 344.06º 0.78% 0.16% -
HSV(B) 344.06º 0.88% 0.29% -
XYZ 3.03 1.69 1.14 -
YUV 30.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 73 9 26 0 0.88 0.64 0.71 344.06 0.78 0.16
Hex 49 9 1A 0 58 40 47 158 4E 10
Octal 111 11 32 0 130 100 107 530 116 20
Binary 1001001 1001 11010 0 1011000 1000000 1000111 101011000 1001110 10000

Color Harmonies of #49091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49091A

Black with #49091A

Text Example


Text Example

White with #49091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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