#4C151E

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

Shades of Bordeaux #4C151E

Tints of Bordeaux #4C151E

Color information

#4C151E (or 0x4C151E) is unknown color: approx Bordeaux. HEX triplet: 4C, 15 and 1E. RGB value is (76,21,30). Sum of RGB (Red+Green+Blue) = 76+21+30=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C151E is #B3EAE1. Grayscale: #262626. Windows color (decimal): -11791074 or 1971532. OLE color: 1971532.

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

Color convert

RGB762130-
CMYK00.720.610.70
HSL350.18º56.7%19.02%-
HSV(B)350.18º72.37%29.8%-
XYZ3.482.171.46-
YUV38.47123.22154.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.84%
GREEN value IS 21 (8.59% from 255) = 16.54%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=59.84%
G=16.54%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76213000.720.610.70350.1856.719.02
Hex4C151E0483D4615e3913
Octal11425360110751065367123
Binary1001100101011111001001000111101100011010101111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,21,30); }

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

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

 a { background-color: rgb(76,21,30); }

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

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

 span { border-color: rgb(76,21,30); }

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