#4A202A

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

Shades of Bordeaux #4A202A

Tints of Bordeaux #4A202A

Color information

#4A202A (or 0x4A202A) is unknown color: approx Bordeaux. HEX triplet: 4A, 20 and 2A. RGB value is (74,32,42). Sum of RGB (Red+Green+Blue) = 74+32+42=148 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 42 (16.80% from 255 or 28.38% from 148); Max value from RGB is 74 - color contains mainly: red. Hex color #4A202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A202A is #B5DFD5. Grayscale: #2D2D2D. Windows color (decimal): -11919318 or 2760778. OLE color: 2760778.

HSL color Cylindrical-coordinate representation of color #4A202A: hue angle of 345.71º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A202A is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.71.

Color convert

RGB743242-
CMYK00.570.430.71
HSL345.71º39.62%20.78%-
HSV(B)345.71º56.76%29.02%-
XYZ3.762.662.51-
YUV45.7125.91148.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 21.62%
BLUE value IS 42 (16.80% from 255) = 28.38%
R=50%
G=21.62%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74324200.570.430.71345.7139.6220.78
Hex4A202A0392B4715a2815
Octal1124052071531075325025
Binary10010101000001010100111001101011100011110101101010100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,32,42); }

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

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

 a { background-color: rgb(74,32,42); }

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

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

 span { border-color: rgb(74,32,42); }

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