Html Css Color HEX #490A1E Bordeaux

📋 copy color: '#490A1E'

red 73 ◦ green 10 ◦ blue 30

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

Shades of Bordeaux #490A1E

Tints of Bordeaux #490A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 8.85%

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

R = 64.6%
G = 8.85%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#490A1E (or 0x490A1E) is known color: Bordeaux. HEX triplet: 49, 0A and 1E. RGB value is (73,10,30). Sum of RGB (Red+Green+Blue) = 73+10+30=113 (14% of max value = 765). Red value is 73 (28.91% from 255 or 64.60% from 113); Green value is 10 (4.30% from 255 or 8.85% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 73 - color contains mainly: red. Hex color #490A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #490A1E is #B6F5E1. Grayscale: #1F1F1F. Windows color (decimal): -11990498 or 1968713. OLE color: 1968713.

HSL color Cylindrical-coordinate representation of color #490A1E: hue angle of 340.95º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #490A1E is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 10 30 -
CMYK 0 0.86 0.59 0.71
HSL 340.95º 0.76% 0.16% -
HSV(B) 340.95º 0.86% 0.29% -
XYZ 3.09 1.73 1.4 -
YUV 31.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 73 10 30 0 0.86 0.59 0.71 340.95 0.76 0.16
Hex 49 A 1E 0 56 3B 47 155 4C 10
Octal 111 12 36 0 126 73 107 525 114 20
Binary 1001001 1010 11110 0 1010110 111011 1000111 101010101 1001100 10000

Color Harmonies of #490A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A1E

Black with #490A1E

Text Example


Text Example

White with #490A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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