#4B101D

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

Shades of Bordeaux #4B101D

Tints of Bordeaux #4B101D

Color information

#4B101D (or 0x4B101D) is unknown color: approx Bordeaux. HEX triplet: 4B, 10 and 1D. RGB value is (75,16,29). Sum of RGB (Red+Green+Blue) = 75+16+29=120 (15% of max value = 765). Red value is 75 (29.69% from 255 or 62.5% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 75 - color contains mainly: red. Hex color #4B101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B101D is #B4EFE2. Grayscale: #232323. Windows color (decimal): -11857891 or 1904715. OLE color: 1904715.

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

Color convert

RGB751629-
CMYK00.790.610.71
HSL346.78º64.84%17.84%-
HSV(B)346.78º78.67%29.41%-
XYZ3.311.961.37-
YUV35.12124.55156.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 62.5%
GREEN value IS 16 (6.64% from 255) = 13.33%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=62.5%
G=13.33%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75162900.790.610.71346.7864.8417.84
Hex4B101D04F3D4715b4112
Octal113203501177510753310122
Binary10010111000011101010011111111011000111101011011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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