#4B111E

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

Shades of Bordeaux #4B111E

Tints of Bordeaux #4B111E

Color information

#4B111E (or 0x4B111E) is unknown color: approx Bordeaux. HEX triplet: 4B, 11 and 1E. RGB value is (75,17,30). Sum of RGB (Red+Green+Blue) = 75+17+30=122 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.48% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 75 - color contains mainly: red. Hex color #4B111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B111E is #B4EEE1. Grayscale: #232323. Windows color (decimal): -11857634 or 1970507. OLE color: 1970507.

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

Color convert

RGB751730-
CMYK00.770.600.71
HSL346.55º63.04%18.04%-
HSV(B)346.55º77.33%29.41%-
XYZ3.341.991.44-
YUV35.82124.72155.94-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.48%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=61.48%
G=13.93%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75173000.770.600.71346.5563.0418.04
Hex4B111E04D3C4715b3f12
Octal11321360115741075337722
Binary1001011100011111001001101111100100011110101101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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