#4B151D

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

Shades of Bordeaux #4B151D

Tints of Bordeaux #4B151D

Color information

#4B151D (or 0x4B151D) is unknown color: approx Bordeaux. HEX triplet: 4B, 15 and 1D. RGB value is (75,21,29). Sum of RGB (Red+Green+Blue) = 75+21+29=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B151D is #B4EAE2. Grayscale: #262626. Windows color (decimal): -11856611 or 1905995. OLE color: 1905995.

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

Color convert

RGB752129-
CMYK00.720.610.71
HSL351.11º56.25%18.82%-
HSV(B)351.11º72%29.41%-
XYZ3.392.121.39-
YUV38.06122.89154.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=60%
G=16.8%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75212900.720.610.71351.1156.2518.82
Hex4B151D0483D4715f3813
Octal11325350110751075377023
Binary1001011101011110101001000111101100011110101111111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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