#4A1118

Color #4A1118 Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #4A1118

Tints of Bordeaux #4A1118

Color information

#4A1118 (or 0x4A1118) is unknown color: approx Bordeaux. HEX triplet: 4A, 11 and 18. RGB value is (74,17,24). Sum of RGB (Red+Green+Blue) = 74+17+24=115 (15% of max value = 765). Red value is 74 (29.30% from 255 or 64.35% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1118 is #B5EEE7. Grayscale: #222222. Windows color (decimal): -11923176 or 1577290. OLE color: 1577290.

HSL color Cylindrical-coordinate representation of color #4A1118: hue angle of 352.63º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A1118 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB741724-
CMYK00.770.680.71
HSL352.63º62.64%17.84%-
HSV(B)352.63º77.03%29.02%-
XYZ3.191.921.07-
YUV34.84121.88155.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 64.35%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 24 (9.77% from 255) = 20.87%
R=64.35%
G=14.78%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74172400.770.680.71352.6362.6417.84
Hex4A111804D44471613f12
Octal112213001151041075417722
Binary10010101000111000010011011000100100011110110000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A1118; }

 p { color: rgb(74,17,24); }

 H1.HeaderClassName
 {
   color: #4A1118;
 }
 .AnyTagClassName
 {
   color: #4A1118;
 }
</style>
background-color css

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

 a { background-color: rgb(74,17,24); }

 div.DivClassName
 {
   background-color: #4A1118;
 }
 .BgClassName
 {
   background-color: #4A1118;
 }
</style>
border-color css

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

 span { border-color: rgb(74,17,24); }

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