#4A0116

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

Shades of Bordeaux #4A0116

Tints of Bordeaux #4A0116

Color information

#4A0116 (or 0x4A0116) is unknown color: approx Bordeaux. HEX triplet: 4A, 01 and 16. RGB value is (74,1,22). Sum of RGB (Red+Green+Blue) = 74+1+22=97 (12% of max value = 765). Red value is 74 (29.30% from 255 or 76.29% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0116 is #B5FEE9. Grayscale: #191919. Windows color (decimal): -11927274 or 1442122. OLE color: 1442122.

HSL color Cylindrical-coordinate representation of color #4A0116: hue angle of 342.74º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0116 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB74122-
CMYK00.990.700.71
HSL342.74º97.33%14.71%-
HSV(B)342.74º98.65%29.02%-
XYZ2.981.540.9-
YUV25.22126.18162.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 76.29%
GREEN value IS 1 (0.78% from 255) = 1.03%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=76.29%
G=1.03%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7412200.990.700.71342.7497.3314.71
Hex4A116063464715761f
Octal112126014310610752714117
Binary1001010110110011000111000110100011110101011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,1,22); }

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

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

 a { background-color: rgb(74,1,22); }

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

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

 span { border-color: rgb(74,1,22); }

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