#4A051B

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

Shades of Bordeaux #4A051B

Tints of Bordeaux #4A051B

Color information

#4A051B (or 0x4A051B) is unknown color: approx Bordeaux. HEX triplet: 4A, 05 and 1B. RGB value is (74,5,27). Sum of RGB (Red+Green+Blue) = 74+5+27=106 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.81% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 74 - color contains mainly: red. Hex color #4A051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A051B is #B5FAE4. Grayscale: #1C1C1C. Windows color (decimal): -11926245 or 1770826. OLE color: 1770826.

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

Color convert

RGB74527-
CMYK00.930.640.71
HSL340.87º87.34%15.49%-
HSV(B)340.87º93.24%29.02%-
XYZ3.081.641.19-
YUV28.14127.36160.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 69.81%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 27 (10.94% from 255) = 25.47%
R=69.81%
G=4.72%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7452700.930.640.71340.8787.3415.49
Hex4A51B05D404715557f
Octal112533013510010752512717
Binary100101010111011010111011000000100011110101010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A051B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,5,27); }

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

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

 a { background-color: rgb(74,5,27); }

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

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

 span { border-color: rgb(74,5,27); }

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