#4B1020

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

Shades of Bordeaux #4B1020

Tints of Bordeaux #4B1020

Color information

#4B1020 (or 0x4B1020) is unknown color: approx Bordeaux. HEX triplet: 4B, 10 and 20. RGB value is (75,16,32). Sum of RGB (Red+Green+Blue) = 75+16+32=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 16 (6.64% from 255 or 13.01% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1020 is #B4EFDF. Grayscale: #232323. Windows color (decimal): -11857888 or 2101323. OLE color: 2101323.

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

Color convert

RGB751632-
CMYK00.790.570.71
HSL343.73º64.84%17.84%-
HSV(B)343.73º78.67%29.41%-
XYZ3.351.971.57-
YUV35.47126.05156.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.98%
GREEN value IS 16 (6.64% from 255) = 13.01%
BLUE value IS 32 (12.89% from 255) = 26.02%
R=60.98%
G=13.01%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75163200.790.570.71343.7364.8417.84
Hex4B102004F39471584112
Octal113204001177110753010122
Binary100101110000100000010011111110011000111101011000100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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