Html Css Color HEX #490518 Bordeaux

📋 copy color: '#490518'

red 73 ◦ green 5 ◦ blue 24

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

Shades of Bordeaux #490518

Tints of Bordeaux #490518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.9%

 BLUE value IS 24 (9.77% from 255) = 23.53%

R = 71.57%
G = 4.9%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#490518 (or 0x490518) is known color: Bordeaux. HEX triplet: 49, 05 and 18. RGB value is (73,5,24). Sum of RGB (Red+Green+Blue) = 73+5+24=102 (13% of max value = 765). Red value is 73 (28.91% from 255 or 71.57% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 73 - color contains mainly: red. Hex color #490518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490518 is #B6FAE7. Grayscale: #1B1B1B. Windows color (decimal): -11991784 or 1574217. OLE color: 1574217.

HSL color Cylindrical-coordinate representation of color #490518: hue angle of 343.24º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #490518 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 5 24 -
CMYK 0 0.93 0.67 0.71
HSL 343.24º 0.87% 0.15% -
HSV(B) 343.24º 0.93% 0.29% -
XYZ 2.97 1.59 1.01 -
YUV 27.5 126.03 160.46 -
System Red Green Blue C M Y K H S L
Decimal 73 5 24 0 0.93 0.67 0.71 343.24 0.87 0.15
Hex 49 5 18 0 5D 43 47 157 57 F
Octal 111 5 30 0 135 103 107 527 127 17
Binary 1001001 101 11000 0 1011101 1000011 1000111 101010111 1010111 1111

Color Harmonies of #490518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490518

Black with #490518

Text Example


Text Example

White with #490518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490518; }

 p { color: rgb(73,5,24); }

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

background-color css

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

 a { background-color: rgb(73,5,24); }

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

border-color css

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

 span { border-color: rgb(73,5,24); }

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