#4E242C

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

Shades of Bordeaux #4E242C

Tints of Bordeaux #4E242C

Color information

#4E242C (or 0x4E242C) is unknown color: approx Bordeaux. HEX triplet: 4E, 24 and 2C. RGB value is (78,36,44). Sum of RGB (Red+Green+Blue) = 78+36+44=158 (20% of max value = 765). Red value is 78 (30.86% from 255 or 49.37% from 158); Green value is 36 (14.45% from 255 or 22.78% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 78 - color contains mainly: red. Hex color #4E242C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E242C is #B1DBD3. Grayscale: #313131. Windows color (decimal): -11656148 or 2892878. OLE color: 2892878.

HSL color Cylindrical-coordinate representation of color #4E242C: hue angle of 348.57º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E242C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.69.

Color convert

RGB783644-
CMYK00.540.440.69
HSL348.57º36.84%22.35%-
HSV(B)348.57º53.85%30.59%-
XYZ4.233.062.75-
YUV49.47124.91148.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 49.37%
GREEN value IS 36 (14.45% from 255) = 22.78%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=49.37%
G=22.78%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78364400.540.440.69348.5736.8422.35
Hex4E242C0362C4515d2516
Octal1164454066541055354526
Binary10011101001001011000110110101100100010110101110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E242C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,36,44); }

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

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

 a { background-color: rgb(78,36,44); }

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

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

 span { border-color: rgb(78,36,44); }

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