#4E232A

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

Shades of Bordeaux #4E232A

Tints of Bordeaux #4E232A

Color information

#4E232A (or 0x4E232A) is unknown color: approx Bordeaux. HEX triplet: 4E, 23 and 2A. RGB value is (78,35,42). Sum of RGB (Red+Green+Blue) = 78+35+42=155 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.32% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 78 - color contains mainly: red. Hex color #4E232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E232A is #B1DCD5. Grayscale: #303030. Windows color (decimal): -11656406 or 2761550. OLE color: 2761550.

HSL color Cylindrical-coordinate representation of color #4E232A: hue angle of 350.23º 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 #4E232A is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB783542-
CMYK00.550.460.69
HSL350.23º38.05%22.16%-
HSV(B)350.23º55.13%30.59%-
XYZ4.162.992.55-
YUV48.66124.25148.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.32%
GREEN value IS 35 (14.06% from 255) = 22.58%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=50.32%
G=22.58%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78354200.550.460.69350.2338.0522.16
Hex4E232A0372E4515e2616
Octal1164352067561055364626
Binary10011101000111010100110111101110100010110101111010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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