#4E0F25

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

Shades of Bordeaux #4E0F25

Tints of Bordeaux #4E0F25

Color information

#4E0F25 (or 0x4E0F25) is unknown color: approx Bordeaux. HEX triplet: 4E, 0F and 25. RGB value is (78,15,37). Sum of RGB (Red+Green+Blue) = 78+15+37=130 (17% of max value = 765). Red value is 78 (30.86% from 255 or 60% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 37 (14.84% from 255 or 28.46% from 130); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0F25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E0F25 is #B1F0DA. Grayscale: #242424. Windows color (decimal): -11661531 or 2428750. OLE color: 2428750.

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

Color convert

RGB781537-
CMYK00.810.530.69
HSL339.05º67.74%18.24%-
HSV(B)339.05º80.77%30.59%-
XYZ3.652.091.96-
YUV36.34128.37157.71-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 60%
GREEN value IS 15 (6.25% from 255) = 11.54%
BLUE value IS 37 (14.84% from 255) = 28.46%
R=60%
G=11.54%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78153700.810.530.69339.0567.7418.24
Hex4EF2505135451534412
Octal116174501216510552310422
Binary10011101111100101010100011101011000101101010011100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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