#4B1F2B

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

Shades of Bordeaux #4B1F2B

Tints of Bordeaux #4B1F2B

Color information

#4B1F2B (or 0x4B1F2B) is unknown color: approx Bordeaux. HEX triplet: 4B, 1F and 2B. RGB value is (75,31,43). Sum of RGB (Red+Green+Blue) = 75+31+43=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1F2B is #B4E0D4. Grayscale: #2D2D2D. Windows color (decimal): -11854037 or 2826059. OLE color: 2826059.

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

Color convert

RGB753143-
CMYK00.590.430.71
HSL343.64º41.51%20.78%-
HSV(B)343.64º58.67%29.41%-
XYZ3.832.652.6-
YUV45.52126.58149.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 50.34%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 43 (17.19% from 255) = 28.86%
R=50.34%
G=20.81%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75314300.590.430.71343.6441.5120.78
Hex4B1F2B03B2B471582a15
Octal1133753073531075305225
Binary1001011111111010110111011101011100011110101100010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,31,43); }

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

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

 a { background-color: rgb(75,31,43); }

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

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

 span { border-color: rgb(75,31,43); }

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