#4C191C

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

Shades of Bordeaux #4C191C

Tints of Bordeaux #4C191C

Color information

#4C191C (or 0x4C191C) is unknown color: approx Bordeaux. HEX triplet: 4C, 19 and 1C. RGB value is (76,25,28). Sum of RGB (Red+Green+Blue) = 76+25+28=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C191C is #B3E6E3. Grayscale: #282828. Windows color (decimal): -11790052 or 1841484. OLE color: 1841484.

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

Color convert

RGB762528-
CMYK00.670.630.70
HSL356.47º50.5%19.8%-
HSV(B)356.47º67.11%29.8%-
XYZ3.542.321.36-
YUV40.59120.9153.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.91%
GREEN value IS 25 (10.16% from 255) = 19.38%
BLUE value IS 28 (11.33% from 255) = 21.71%
R=58.91%
G=19.38%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76252800.670.630.70356.4750.519.8
Hex4C191C0433F461643214
Octal11431340103771065446224
Binary1001100110011110001000011111111100011010110010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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