Html Css Color HEX #490A18 Bordeaux

📋 copy color: '#490A18'

red 73 ◦ green 10 ◦ blue 24

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

Shades of Bordeaux #490A18

Tints of Bordeaux #490A18

RGB

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

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

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

R = 68.22%
G = 9.35%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#490A18 (or 0x490A18) is known color: Bordeaux. HEX triplet: 49, 0A and 18. RGB value is (73,10,24). Sum of RGB (Red+Green+Blue) = 73+10+24=107 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.22% from 107); Green value is 10 (4.30% from 255 or 9.35% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 73 - color contains mainly: red. Hex color #490A18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490A18 is #B6F5E7. Grayscale: #1E1E1E. Windows color (decimal): -11990504 or 1575497. OLE color: 1575497.

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

Color convert

RGB 73 10 24 -
CMYK 0 0.86 0.67 0.71
HSL 346.67º 0.76% 0.16% -
HSV(B) 346.67º 0.86% 0.29% -
XYZ 3.02 1.7 1.03 -
YUV 30.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 73 10 24 0 0.86 0.67 0.71 346.67 0.76 0.16
Hex 49 A 18 0 56 43 47 15B 4C 10
Octal 111 12 30 0 126 103 107 533 114 20
Binary 1001001 1010 11000 0 1010110 1000011 1000111 101011011 1001100 10000

Color Harmonies of #490A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490A18

Black with #490A18

Text Example


Text Example

White with #490A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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