#4C191E

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

Shades of Bordeaux #4C191E

Tints of Bordeaux #4C191E

Color information

#4C191E (or 0x4C191E) is unknown color: approx Bordeaux. HEX triplet: 4C, 19 and 1E. RGB value is (76,25,30). Sum of RGB (Red+Green+Blue) = 76+25+30=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C191E is #B3E6E1. Grayscale: #282828. Windows color (decimal): -11790050 or 1972556. OLE color: 1972556.

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

Color convert

RGB762530-
CMYK00.670.610.70
HSL354.12º50.5%19.8%-
HSV(B)354.12º67.11%29.8%-
XYZ3.562.331.49-
YUV40.82121.9153.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.02%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=58.02%
G=19.08%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76253000.670.610.70354.1250.519.8
Hex4C191E0433D461623214
Octal11431360103751065426224
Binary1001100110011111001000011111101100011010110001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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