Html Css Color HEX #49071E Bordeaux

📋 copy color: '#49071E'

red 73 ◦ green 7 ◦ blue 30

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

Shades of Bordeaux #49071E

Tints of Bordeaux #49071E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.27%

R = 66.36%
G = 6.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49071E (or 0x49071E) is known color: Bordeaux. HEX triplet: 49, 07 and 1E. RGB value is (73,7,30). Sum of RGB (Red+Green+Blue) = 73+7+30=110 (14% of max value = 765). Red value is 73 (28.91% from 255 or 66.36% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 73 - color contains mainly: red. Hex color #49071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49071E is #B6F8E1. Grayscale: #1D1D1D. Windows color (decimal): -11991266 or 1967945. OLE color: 1967945.

HSL color Cylindrical-coordinate representation of color #49071E: hue angle of 339.09º 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 #49071E is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 7 30 -
CMYK 0 0.90 0.59 0.71
HSL 339.09º 0.83% 0.16% -
HSV(B) 339.09º 0.9% 0.29% -
XYZ 3.06 1.66 1.39 -
YUV 29.36 128.37 159.13 -
System Red Green Blue C M Y K H S L
Decimal 73 7 30 0 0.90 0.59 0.71 339.09 0.83 0.16
Hex 49 7 1E 0 5A 3B 47 153 52 10
Octal 111 7 36 0 132 73 107 523 122 20
Binary 1001001 111 11110 0 1011010 111011 1000111 101010011 1010010 10000

Color Harmonies of #49071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49071E

Black with #49071E

Text Example


Text Example

White with #49071E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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