#4A0E1A

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

Shades of Bordeaux #4A0E1A

Tints of Bordeaux #4A0E1A

Color information

#4A0E1A (or 0x4A0E1A) is unknown color: approx Bordeaux. HEX triplet: 4A, 0E and 1A. RGB value is (74,14,26). Sum of RGB (Red+Green+Blue) = 74+14+26=114 (15% of max value = 765). Red value is 74 (29.30% from 255 or 64.91% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0E1A is #B5F1E5. Grayscale: #212121. Windows color (decimal): -11923942 or 1707594. OLE color: 1707594.

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

Color convert

RGB741426-
CMYK00.810.650.71
HSL348º68.18%17.25%-
HSV(B)348º81.08%29.02%-
XYZ3.171.841.17-
YUV33.31123.88157.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 64.91%
GREEN value IS 14 (5.86% from 255) = 12.28%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=64.91%
G=12.28%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74142600.810.650.7134868.1817.25
Hex4AE1A051414715c4411
Octal1121632012110110753410421
Binary10010101110110100101000110000011000111101011100100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,14,26); }

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

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

 a { background-color: rgb(74,14,26); }

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

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

 span { border-color: rgb(74,14,26); }

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