#4B2129

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

Shades of Bordeaux #4B2129

Tints of Bordeaux #4B2129

Color information

#4B2129 (or 0x4B2129) is unknown color: approx Bordeaux. HEX triplet: 4B, 21 and 29. RGB value is (75,33,41). Sum of RGB (Red+Green+Blue) = 75+33+41=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 41 (16.41% from 255 or 27.52% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2129 is #B4DED6. Grayscale: #2E2E2E. Windows color (decimal): -11853527 or 2695499. OLE color: 2695499.

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

Color convert

RGB753341-
CMYK00.560.450.71
HSL348.57º38.89%21.18%-
HSV(B)348.57º56%29.41%-
XYZ3.852.742.42-
YUV46.47124.91148.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.34%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 41 (16.41% from 255) = 27.52%
R=50.34%
G=22.15%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75334100.560.450.71348.5738.8921.18
Hex4B21290382D4715d2715
Octal1134151070551075354725
Binary10010111000011010010111000101101100011110101110110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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