#4E232B

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

Shades of Bordeaux #4E232B

Tints of Bordeaux #4E232B

Color information

#4E232B (or 0x4E232B) is unknown color: approx Bordeaux. HEX triplet: 4E, 23 and 2B. RGB value is (78,35,43). Sum of RGB (Red+Green+Blue) = 78+35+43=156 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 78 - color contains mainly: red. Hex color #4E232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E232B is #B1DCD4. Grayscale: #303030. Windows color (decimal): -11656405 or 2827086. OLE color: 2827086.

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

Color convert

RGB783543-
CMYK00.550.450.69
HSL348.84º38.05%22.16%-
HSV(B)348.84º55.13%30.59%-
XYZ4.1832.64-
YUV48.77124.75148.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 22.44%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=50%
G=22.44%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78354300.550.450.69348.8438.0522.16
Hex4E232B0372D4515d2616
Octal1164353067551055354626
Binary10011101000111010110110111101101100010110101110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,35,43); }

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

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

 a { background-color: rgb(78,35,43); }

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

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

 span { border-color: rgb(78,35,43); }

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