#4C1B1C

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

Shades of Bordeaux #4C1B1C

Tints of Bordeaux #4C1B1C

Color information

#4C1B1C (or 0x4C1B1C) is unknown color: approx Bordeaux. HEX triplet: 4C, 1B and 1C. RGB value is (76,27,28). Sum of RGB (Red+Green+Blue) = 76+27+28=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 27 (10.94% from 255 or 20.61% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1B1C is #B3E4E3. Grayscale: #292929. Windows color (decimal): -11789540 or 1841996. OLE color: 1841996.

HSL color Cylindrical-coordinate representation of color #4C1B1C: hue angle of 358.78º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C1B1C is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB762728-
CMYK00.640.630.70
HSL358.78º47.57%20.2%-
HSV(B)358.78º64.47%29.8%-
XYZ3.582.41.37-
YUV41.76120.23152.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.02%
GREEN value IS 27 (10.94% from 255) = 20.61%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=58.02%
G=20.61%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76272800.640.630.70358.7847.5720.2
Hex4C1B1C0403F461673014
Octal11433340100771065476024
Binary1001100110111110001000000111111100011010110011111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,27,28); }

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

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

 a { background-color: rgb(76,27,28); }

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

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

 span { border-color: rgb(76,27,28); }

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