#4c171e

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

Shades of Bordeaux #4C171E

Tints of Bordeaux #4C171E

Color information

#4C171E (or 0x4C171E) is unknown color: approx Bordeaux. HEX triplet: 4C, 17 and 1E. RGB value is (76,23,30). Sum of RGB (Red+Green+Blue) = 76+23+30=129 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.91% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 76 - color contains mainly: red. Hex color #4C171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C171E is #B3E8E1. Grayscale: #272727. Windows color (decimal): -11790562 or 1972044. OLE color: 1972044.

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

Color convert

RGB762330-
CMYK00.700.610.70
HSL352.08º53.54%19.41%-
HSV(B)352.08º69.74%29.8%-
XYZ3.522.241.48-
YUV39.65122.56153.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 58.91%
GREEN value IS 23 (9.38% from 255) = 17.83%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=58.91%
G=17.83%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76233000.700.610.70352.0853.5419.41
Hex4C171E0463D461603613
Octal11427360106751065406623
Binary1001100101111111001000110111101100011010110000011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c171e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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