#4C161E

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

Shades of Bordeaux #4C161E

Tints of Bordeaux #4C161E

Color information

#4C161E (or 0x4C161E) is unknown color: approx Bordeaux. HEX triplet: 4C, 16 and 1E. RGB value is (76,22,30). Sum of RGB (Red+Green+Blue) = 76+22+30=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 22 (8.98% from 255 or 17.19% from 128); Blue value is 30 (12.11% from 255 or 23.44% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C161E is #B3E9E1. Grayscale: #272727. Windows color (decimal): -11790818 or 1971788. OLE color: 1971788.

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

Color convert

RGB762230-
CMYK00.710.610.70
HSL351.11º55.1%19.22%-
HSV(B)351.11º71.05%29.8%-
XYZ3.52.21.47-
YUV39.06122.89154.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 59.38%
GREEN value IS 22 (8.98% from 255) = 17.19%
BLUE value IS 30 (12.11% from 255) = 23.44%
R=59.38%
G=17.19%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76223000.710.610.70351.1155.119.22
Hex4C161E0473D4615f3713
Octal11426360107751065376723
Binary1001100101101111001000111111101100011010101111111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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