#4B1D2A

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

Shades of Bordeaux #4B1D2A

Tints of Bordeaux #4B1D2A

Color information

#4B1D2A (or 0x4B1D2A) is unknown color: approx Bordeaux. HEX triplet: 4B, 1D and 2A. RGB value is (75,29,42). Sum of RGB (Red+Green+Blue) = 75+29+42=146 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.37% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1D2A is #B4E2D5. Grayscale: #2C2C2C. Windows color (decimal): -11854550 or 2760011. OLE color: 2760011.

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

Color convert

RGB752942-
CMYK00.610.440.71
HSL343.04º44.23%20.39%-
HSV(B)343.04º61.33%29.41%-
XYZ3.762.542.48-
YUV44.24126.74149.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.37%
GREEN value IS 29 (11.72% from 255) = 19.86%
BLUE value IS 42 (16.80% from 255) = 28.77%
R=51.37%
G=19.86%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75294200.610.440.71343.0444.2320.39
Hex4B1D2A03D2C471572c14
Octal1133552075541075275424
Binary1001011111011010100111101101100100011110101011110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,29,42); }

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

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

 a { background-color: rgb(75,29,42); }

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

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

 span { border-color: rgb(75,29,42); }

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