#4A031A

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

Shades of Bordeaux #4A031A

Tints of Bordeaux #4A031A

Color information

#4A031A (or 0x4A031A) is unknown color: approx Bordeaux. HEX triplet: 4A, 03 and 1A. RGB value is (74,3,26). Sum of RGB (Red+Green+Blue) = 74+3+26=103 (13% of max value = 765). Red value is 74 (29.30% from 255 or 71.84% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 74 - color contains mainly: red. Hex color #4A031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A031A is #B5FCE5. Grayscale: #1A1A1A. Windows color (decimal): -11926758 or 1704778. OLE color: 1704778.

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

Color convert

RGB74326-
CMYK00.960.650.71
HSL340.56º92.21%15.1%-
HSV(B)340.56º95.95%29.02%-
XYZ3.041.61.12-
YUV26.85127.52161.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 71.84%
GREEN value IS 3 (1.56% from 255) = 2.91%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=71.84%
G=2.91%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7432600.960.650.71340.5692.2115.1
Hex4A31A06041471555cf
Octal112332014010110752513417
Binary10010101111010011000001000001100011110101010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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