#4E2126

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

Shades of Bulgarian Rose #4E2126

Tints of Bulgarian Rose #4E2126

Color information

#4E2126 (or 0x4E2126) is unknown color: approx Bulgarian Rose. HEX triplet: 4E, 21 and 26. RGB value is (78,33,38). Sum of RGB (Red+Green+Blue) = 78+33+38=149 (19% of max value = 765). Red value is 78 (30.86% from 255 or 52.35% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2126 is #B1DED9. Grayscale: #2F2F2F. Windows color (decimal): -11656922 or 2498894. OLE color: 2498894.

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

Color convert

RGB783338-
CMYK00.580.510.69
HSL353.33º40.54%21.76%-
HSV(B)353.33º57.69%30.59%-
XYZ4.042.852.17-
YUV47.02122.91150.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 52.35%
GREEN value IS 33 (13.28% from 255) = 22.15%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=52.35%
G=22.15%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78333800.580.510.69353.3340.5421.76
Hex4E212603A33451612916
Octal1164146072631055415126
Binary10011101000011001100111010110011100010110110000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,33,38); }

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

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

 a { background-color: rgb(78,33,38); }

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

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

 span { border-color: rgb(78,33,38); }

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