Html Css Color HEX #490F18 Bordeaux

📋 copy color: '#490F18'

red 73 ◦ green 15 ◦ blue 24

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

Shades of Bordeaux #490F18

Tints of Bordeaux #490F18

RGB

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

 GREEN value IS 15 (6.25% from 255) = 13.39%

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

R = 65.18%
G = 13.39%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#490F18 (or 0x490F18) is known color: Bordeaux. HEX triplet: 49, 0F and 18. RGB value is (73,15,24). Sum of RGB (Red+Green+Blue) = 73+15+24=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #490F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490F18 is #B6F0E7. Grayscale: #212121. Windows color (decimal): -11989224 or 1576777. OLE color: 1576777.

HSL color Cylindrical-coordinate representation of color #490F18: hue angle of 350.69º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #490F18 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 15 24 -
CMYK 0 0.79 0.67 0.71
HSL 350.69º 0.66% 0.17% -
HSV(B) 350.69º 0.79% 0.29% -
XYZ 3.08 1.82 1.05 -
YUV 33.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 73 15 24 0 0.79 0.67 0.71 350.69 0.66 0.17
Hex 49 F 18 0 4F 43 47 15F 42 11
Octal 111 17 30 0 117 103 107 537 102 21
Binary 1001001 1111 11000 0 1001111 1000011 1000111 101011111 1000010 10001

Color Harmonies of #490F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490F18

Black with #490F18

Text Example


Text Example

White with #490F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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