#4A0414

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

Shades of Bordeaux #4A0414

Tints of Bordeaux #4A0414

Color information

#4A0414 (or 0x4A0414) is unknown color: approx Bordeaux. HEX triplet: 4A, 04 and 14. RGB value is (74,4,20). Sum of RGB (Red+Green+Blue) = 74+4+20=98 (12% of max value = 765). Red value is 74 (29.30% from 255 or 75.51% from 98); Green value is 4 (1.95% from 255 or 4.08% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A0414 is #B5FBEB. Grayscale: #1A1A1A. Windows color (decimal): -11926508 or 1311818. OLE color: 1311818.

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

Color convert

RGB74420-
CMYK00.950.730.71
HSL346.29º89.74%15.29%-
HSV(B)346.29º94.59%29.02%-
XYZ2.991.590.81-
YUV26.75124.19161.7-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 75.51%
GREEN value IS 4 (1.95% from 255) = 4.08%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=75.51%
G=4.08%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7442000.950.730.71346.2989.7415.29
Hex4A41405F494715a5af
Octal112424013711110753213217
Binary100101010010100010111111001001100011110101101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,4,20); }

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

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

 a { background-color: rgb(74,4,20); }

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

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

 span { border-color: rgb(74,4,20); }

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