#4B1121

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

Shades of Bordeaux #4B1121

Tints of Bordeaux #4B1121

Color information

#4B1121 (or 0x4B1121) is unknown color: approx Bordeaux. HEX triplet: 4B, 11 and 21. RGB value is (75,17,33). Sum of RGB (Red+Green+Blue) = 75+17+33=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 17 (7.03% from 255 or 13.6% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1121 is #B4EEDE. Grayscale: #242424. Windows color (decimal): -11857631 or 2167115. OLE color: 2167115.

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

Color convert

RGB751733-
CMYK00.770.560.71
HSL343.45º63.04%18.04%-
HSV(B)343.45º77.33%29.41%-
XYZ3.382.011.65-
YUV36.17126.22155.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60%
GREEN value IS 17 (7.03% from 255) = 13.6%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=60%
G=13.6%
B=26.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75173300.770.560.71343.4563.0418.04
Hex4B112104D38471573f12
Octal11321410115701075277722
Binary10010111000110000101001101111000100011110101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,17,33); }

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

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

 a { background-color: rgb(75,17,33); }

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

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

 span { border-color: rgb(75,17,33); }

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