Html Css Color HEX #49021A Bordeaux

📋 copy color: '#49021A'

red 73 ◦ green 2 ◦ blue 26

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

Shades of Bordeaux #49021A

Tints of Bordeaux #49021A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.98%

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

R = 72.28%
G = 1.98%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#49021A (or 0x49021A) is known color: Bordeaux. HEX triplet: 49, 02 and 1A. RGB value is (73,2,26). Sum of RGB (Red+Green+Blue) = 73+2+26=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #49021A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49021A is #B6FDE5. Grayscale: #191919. Windows color (decimal): -11992550 or 1704521. OLE color: 1704521.

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

Color convert

RGB 73 2 26 -
CMYK 0 0.97 0.64 0.71
HSL 339.72º 0.95% 0.15% -
HSV(B) 339.72º 0.97% 0.29% -
XYZ 2.96 1.53 1.12 -
YUV 25.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 73 2 26 0 0.97 0.64 0.71 339.72 0.95 0.15
Hex 49 2 1A 0 61 40 47 154 5F F
Octal 111 2 32 0 141 100 107 524 137 17
Binary 1001001 10 11010 0 1100001 1000000 1000111 101010100 1011111 1111

Color Harmonies of #49021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49021A

Black with #49021A

Text Example


Text Example

White with #49021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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