#4B111F

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

Shades of Bordeaux #4B111F

Tints of Bordeaux #4B111F

Color information

#4B111F (or 0x4B111F) is unknown color: approx Bordeaux. HEX triplet: 4B, 11 and 1F. RGB value is (75,17,31). Sum of RGB (Red+Green+Blue) = 75+17+31=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 31 (12.5% from 255 or 25.20% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B111F is #B4EEE0. Grayscale: #232323. Windows color (decimal): -11857633 or 2036043. OLE color: 2036043.

HSL color Cylindrical-coordinate representation of color #4B111F: hue angle of 345.52º 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 #4B111F is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB751731-
CMYK00.770.590.71
HSL345.52º63.04%18.04%-
HSV(B)345.52º77.33%29.41%-
XYZ3.3521.5-
YUV35.94125.22155.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.98%
GREEN value IS 17 (7.03% from 255) = 13.82%
BLUE value IS 31 (12.5% from 255) = 25.20%
R=60.98%
G=13.82%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75173100.770.590.71345.5263.0418.04
Hex4B111F04D3B4715a3f12
Octal11321370115731075327722
Binary1001011100011111101001101111011100011110101101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B111F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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