#4B1A20

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

Shades of Bordeaux #4B1A20

Tints of Bordeaux #4B1A20

Color information

#4B1A20 (or 0x4B1A20) is unknown color: approx Bordeaux. HEX triplet: 4B, 1A and 20. RGB value is (75,26,32). Sum of RGB (Red+Green+Blue) = 75+26+32=133 (17% of max value = 765). Red value is 75 (29.69% from 255 or 56.39% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1A20 is #B4E5DF. Grayscale: #292929. Windows color (decimal): -11855328 or 2103883. OLE color: 2103883.

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

Color convert

RGB752632-
CMYK00.650.570.71
HSL352.65º48.51%19.8%-
HSV(B)352.65º65.33%29.41%-
XYZ3.532.341.63-
YUV41.34122.73152.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 56.39%
GREEN value IS 26 (10.55% from 255) = 19.55%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=56.39%
G=19.55%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75263200.650.570.71352.6548.5119.8
Hex4B1A2004139471613114
Octal11332400101711075416124
Binary10010111101010000001000001111001100011110110000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,26,32); }

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

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

 a { background-color: rgb(75,26,32); }

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

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

 span { border-color: rgb(75,26,32); }

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