Html Css Color HEX #490715 Bordeaux

📋 copy color: '#490715'

red 73 ◦ green 7 ◦ blue 21

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

Shades of Bordeaux #490715

Tints of Bordeaux #490715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.79%

R = 72.28%
G = 6.93%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#490715 (or 0x490715) is known color: Bordeaux. HEX triplet: 49, 07 and 15. RGB value is (73,7,21). Sum of RGB (Red+Green+Blue) = 73+7+21=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 7 (3.12% from 255 or 6.93% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #490715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490715 is #B6F8EA. Grayscale: #1C1C1C. Windows color (decimal): -11991275 or 1378121. OLE color: 1378121.

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

Color convert

RGB 73 7 21 -
CMYK 0 0.90 0.71 0.71
HSL 347.27º 0.83% 0.16% -
HSV(B) 347.27º 0.9% 0.29% -
XYZ 2.96 1.62 0.87 -
YUV 28.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 73 7 21 0 0.90 0.71 0.71 347.27 0.83 0.16
Hex 49 7 15 0 5A 47 47 15B 52 10
Octal 111 7 25 0 132 107 107 533 122 20
Binary 1001001 111 10101 0 1011010 1000111 1000111 101011011 1010010 10000

Color Harmonies of #490715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490715

Black with #490715

Text Example


Text Example

White with #490715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490715; }

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

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

background-color css

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

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

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

border-color css

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

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

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