#4E1925

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

Shades of Bordeaux #4E1925

Tints of Bordeaux #4E1925

Color information

#4E1925 (or 0x4E1925) is unknown color: approx Bordeaux. HEX triplet: 4E, 19 and 25. RGB value is (78,25,37). Sum of RGB (Red+Green+Blue) = 78+25+37=140 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.71% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1925 is #B1E6DA. Grayscale: #2A2A2A. Windows color (decimal): -11658971 or 2431310. OLE color: 2431310.

HSL color Cylindrical-coordinate representation of color #4E1925: hue angle of 346.42º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4E1925 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.69.

Color convert

RGB782537-
CMYK00.680.530.69
HSL346.42º51.46%20.2%-
HSV(B)346.42º67.95%30.59%-
XYZ3.822.452.02-
YUV42.22125.06153.52-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.71%
GREEN value IS 25 (10.16% from 255) = 17.86%
BLUE value IS 37 (14.84% from 255) = 26.43%
R=55.71%
G=17.86%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78253700.680.530.69346.4251.4620.2
Hex4E1925044354515a3314
Octal11631450104651055326324
Binary10011101100110010101000100110101100010110101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,37); }

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

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

 a { background-color: rgb(78,25,37); }

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

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

 span { border-color: rgb(78,25,37); }

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