#4D242A

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

Shades of Bulgarian Rose #4D242A

Tints of Bulgarian Rose #4D242A

Color information

#4D242A (or 0x4D242A) is unknown color: approx Bulgarian Rose. HEX triplet: 4D, 24 and 2A. RGB value is (77,36,42). Sum of RGB (Red+Green+Blue) = 77+36+42=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D242A is #B2DBD5. Grayscale: #303030. Windows color (decimal): -11721686 or 2761805. OLE color: 2761805.

HSL color Cylindrical-coordinate representation of color #4D242A: hue angle of 351.22º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D242A is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB773642-
CMYK00.530.450.70
HSL351.22º36.28%22.16%-
HSV(B)351.22º53.25%30.2%-
XYZ4.113.012.55-
YUV48.94124.08148.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.68%
GREEN value IS 36 (14.45% from 255) = 23.23%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=49.68%
G=23.23%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77364200.530.450.70351.2236.2822.16
Hex4D242A0352D4615f2416
Octal1154452065551065374426
Binary10011011001001010100110101101101100011010101111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,36,42); }

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

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

 a { background-color: rgb(77,36,42); }

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

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

 span { border-color: rgb(77,36,42); }

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