#4E2329

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

Shades of Bulgarian Rose #4E2329

Tints of Bulgarian Rose #4E2329

Color information

#4E2329 (or 0x4E2329) is unknown color: approx Bulgarian Rose. HEX triplet: 4E, 23 and 29. RGB value is (78,35,41). Sum of RGB (Red+Green+Blue) = 78+35+41=154 (20% of max value = 765). Red value is 78 (30.86% from 255 or 50.65% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2329 is #B1DCD6. Grayscale: #303030. Windows color (decimal): -11656407 or 2696014. OLE color: 2696014.

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

Color convert

RGB783541-
CMYK00.550.470.69
HSL351.63º38.05%22.16%-
HSV(B)351.63º55.13%30.59%-
XYZ4.142.982.46-
YUV48.54123.75149.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 50.65%
GREEN value IS 35 (14.06% from 255) = 22.73%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=50.65%
G=22.73%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78354100.550.470.69351.6338.0522.16
Hex4E23290372F451602616
Octal1164351067571055404626
Binary10011101000111010010110111101111100010110110000010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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