#4C171C

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

Shades of Bordeaux #4C171C

Tints of Bordeaux #4C171C

Color information

#4C171C (or 0x4C171C) is unknown color: approx Bordeaux. HEX triplet: 4C, 17 and 1C. RGB value is (76,23,28). Sum of RGB (Red+Green+Blue) = 76+23+28=127 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.84% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 76 - color contains mainly: red. Hex color #4C171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C171C is #B3E8E3. Grayscale: #272727. Windows color (decimal): -11790564 or 1840972. OLE color: 1840972.

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

Color convert

RGB762328-
CMYK00.700.630.70
HSL354.34º53.54%19.41%-
HSV(B)354.34º69.74%29.8%-
XYZ3.52.231.35-
YUV39.42121.56154.09-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.84%
GREEN value IS 23 (9.38% from 255) = 18.11%
BLUE value IS 28 (11.33% from 255) = 22.05%
R=59.84%
G=18.11%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76232800.700.630.70354.3453.5419.41
Hex4C171C0463F461623613
Octal11427340106771065426623
Binary1001100101111110001000110111111100011010110001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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