#4A041C

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

Shades of Bordeaux #4A041C

Tints of Bordeaux #4A041C

Color information

#4A041C (or 0x4A041C) is unknown color: approx Bordeaux. HEX triplet: 4A, 04 and 1C. RGB value is (74,4,28). Sum of RGB (Red+Green+Blue) = 74+4+28=106 (14% of max value = 765). Red value is 74 (29.30% from 255 or 69.81% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 74 - color contains mainly: red. Hex color #4A041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A041C is #B5FBE3. Grayscale: #1B1B1B. Windows color (decimal): -11926500 or 1836106. OLE color: 1836106.

HSL color Cylindrical-coordinate representation of color #4A041C: hue angle of 339.43º 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 #4A041C is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.71.

Color convert

RGB74428-
CMYK00.950.620.71
HSL339.43º89.74%15.29%-
HSV(B)339.43º94.59%29.02%-
XYZ3.081.631.25-
YUV27.67128.19161.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 69.81%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 28 (11.33% from 255) = 26.42%
R=69.81%
G=3.77%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.62
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7442800.950.620.71339.4389.7415.29
Hex4A41C05F3E471535af
Octal11243401377610752313217
Binary10010101001110001011111111110100011110101001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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