Html Css Color HEX #491218 Bordeaux

📋 copy color: '#491218'

red 73 ◦ green 18 ◦ blue 24

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

Shades of Bordeaux #491218

Tints of Bordeaux #491218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

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

R = 63.48%
G = 15.65%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#491218 (or 0x491218) is known color: Bordeaux. HEX triplet: 49, 12 and 18. RGB value is (73,18,24). Sum of RGB (Red+Green+Blue) = 73+18+24=115 (15% of max value = 765). Red value is 73 (28.91% from 255 or 63.48% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 73 - color contains mainly: red. Hex color #491218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491218 is #B6EDE7. Grayscale: #232323. Windows color (decimal): -11988456 or 1577545. OLE color: 1577545.

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

Color convert

RGB 73 18 24 -
CMYK 0 0.75 0.67 0.71
HSL 353.45º 0.6% 0.18% -
HSV(B) 353.45º 0.75% 0.29% -
XYZ 3.13 1.92 1.07 -
YUV 35.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 73 18 24 0 0.75 0.67 0.71 353.45 0.6 0.18
Hex 49 12 18 0 4B 43 47 161 3C 12
Octal 111 22 30 0 113 103 107 541 74 22
Binary 1001001 10010 11000 0 1001011 1000011 1000111 101100001 111100 10010

Color Harmonies of #491218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491218

Black with #491218

Text Example


Text Example

White with #491218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491218; }

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

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

background-color css

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

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

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

border-color css

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

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

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