#4C121B

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

Shades of Bordeaux #4C121B

Tints of Bordeaux #4C121B

Color information

#4C121B (or 0x4C121B) is unknown color: approx Bordeaux. HEX triplet: 4C, 12 and 1B. RGB value is (76,18,27). Sum of RGB (Red+Green+Blue) = 76+18+27=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 27 (10.94% from 255 or 22.31% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C121B is #B3EDE4. Grayscale: #242424. Windows color (decimal): -11791845 or 1774156. OLE color: 1774156.

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

Color convert

RGB761827-
CMYK00.760.640.70
HSL350.69º61.7%18.43%-
HSV(B)350.69º76.32%29.8%-
XYZ3.392.051.25-
YUV36.37122.72156.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 62.81%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 27 (10.94% from 255) = 22.31%
R=62.81%
G=14.88%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.64
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76182700.760.640.70350.6961.718.43
Hex4C121B04C404615f3e12
Octal114223301141001065377622
Binary10011001001011011010011001000000100011010101111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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