#4C161F

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

Shades of Bordeaux #4C161F

Tints of Bordeaux #4C161F

Color information

#4C161F (or 0x4C161F) is unknown color: approx Bordeaux. HEX triplet: 4C, 16 and 1F. RGB value is (76,22,31). Sum of RGB (Red+Green+Blue) = 76+22+31=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 22 (8.98% from 255 or 17.05% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C161F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C161F is #B3E9E0. Grayscale: #272727. Windows color (decimal): -11790817 or 2037324. OLE color: 2037324.

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

Color convert

RGB762231-
CMYK00.710.590.70
HSL350º55.1%19.22%-
HSV(B)350º71.05%29.8%-
XYZ3.512.211.54-
YUV39.17123.39154.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.91%
GREEN value IS 22 (8.98% from 255) = 17.05%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=58.91%
G=17.05%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76223100.710.590.7035055.119.22
Hex4C161F0473B4615e3713
Octal11426370107731065366723
Binary1001100101101111101000111111011100011010101111011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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