#4B151C

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

Shades of Bordeaux #4B151C

Tints of Bordeaux #4B151C

Color information

#4B151C (or 0x4B151C) is unknown color: approx Bordeaux. HEX triplet: 4B, 15 and 1C. RGB value is (75,21,28). Sum of RGB (Red+Green+Blue) = 75+21+28=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B151C is #B4EAE3. Grayscale: #252525. Windows color (decimal): -11856612 or 1840459. OLE color: 1840459.

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

Color convert

RGB752128-
CMYK00.720.630.71
HSL352.22º56.25%18.82%-
HSV(B)352.22º72%29.41%-
XYZ3.382.121.33-
YUV37.94122.39154.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 60.48%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=60.48%
G=16.94%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75212800.720.630.71352.2256.2518.82
Hex4B151C0483F471603813
Octal11325340110771075407023
Binary1001011101011110001001000111111100011110110000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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