#4C191F

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

Shades of Bordeaux #4C191F

Tints of Bordeaux #4C191F

Color information

#4C191F (or 0x4C191F) is unknown color: approx Bordeaux. HEX triplet: 4C, 19 and 1F. RGB value is (76,25,31). Sum of RGB (Red+Green+Blue) = 76+25+31=132 (17% of max value = 765). Red value is 76 (30.08% from 255 or 57.58% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 76 - color contains mainly: red. Hex color #4C191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C191F is #B3E6E0. Grayscale: #282828. Windows color (decimal): -11790049 or 2038092. OLE color: 2038092.

HSL color Cylindrical-coordinate representation of color #4C191F: hue angle of 352.94º 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 #4C191F is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB762531-
CMYK00.670.590.70
HSL352.94º50.5%19.8%-
HSV(B)352.94º67.11%29.8%-
XYZ3.582.331.56-
YUV40.93122.4153.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 57.58%
GREEN value IS 25 (10.16% from 255) = 18.94%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=57.58%
G=18.94%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76253100.670.590.70352.9450.519.8
Hex4C191F0433B461613214
Octal11431370103731065416224
Binary1001100110011111101000011111011100011010110000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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