#4E1225

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

Shades of Bordeaux #4E1225

Tints of Bordeaux #4E1225

Color information

#4E1225 (or 0x4E1225) is unknown color: approx Bordeaux. HEX triplet: 4E, 12 and 25. RGB value is (78,18,37). Sum of RGB (Red+Green+Blue) = 78+18+37=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 37 (14.84% from 255 or 27.82% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4E1225 is #B1EDDA. Grayscale: #262626. Windows color (decimal): -11660763 or 2429518. OLE color: 2429518.

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

Color convert

RGB781837-
CMYK00.770.530.69
HSL341º62.5%18.82%-
HSV(B)341º76.92%30.59%-
XYZ3.692.191.98-
YUV38.11127.38156.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 37 (14.84% from 255) = 27.82%
R=58.65%
G=13.53%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78183700.770.530.6934162.518.82
Hex4E122504D35451553e13
Octal11622450115651055257623
Binary10011101001010010101001101110101100010110101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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