Html Css Color HEX #49071A Bordeaux

📋 copy color: '#49071A'

red 73 ◦ green 7 ◦ blue 26

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

Shades of Bordeaux #49071A

Tints of Bordeaux #49071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.6%

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

R = 68.87%
G = 6.6%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49071A (or 0x49071A) is known color: Bordeaux. HEX triplet: 49, 07 and 1A. RGB value is (73,7,26). Sum of RGB (Red+Green+Blue) = 73+7+26=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #49071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49071A is #B6F8E5. Grayscale: #1C1C1C. Windows color (decimal): -11991270 or 1705801. OLE color: 1705801.

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

Color convert

RGB 73 7 26 -
CMYK 0 0.90 0.64 0.71
HSL 342.73º 0.83% 0.16% -
HSV(B) 342.73º 0.9% 0.29% -
XYZ 3.01 1.64 1.14 -
YUV 28.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 73 7 26 0 0.90 0.64 0.71 342.73 0.83 0.16
Hex 49 7 1A 0 5A 40 47 157 52 10
Octal 111 7 32 0 132 100 107 527 122 20
Binary 1001001 111 11010 0 1011010 1000000 1000111 101010111 1010010 10000

Color Harmonies of #49071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49071A

Black with #49071A

Text Example


Text Example

White with #49071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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