#4D2328

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

Shades of Bulgarian Rose #4D2328

Tints of Bulgarian Rose #4D2328

Color information

#4D2328 (or 0x4D2328) is unknown color: approx Bulgarian Rose. HEX triplet: 4D, 23 and 28. RGB value is (77,35,40). Sum of RGB (Red+Green+Blue) = 77+35+40=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2328 is #B2DCD7. Grayscale: #303030. Windows color (decimal): -11721944 or 2630477. OLE color: 2630477.

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

Color convert

RGB773540-
CMYK00.550.480.70
HSL352.86º37.5%21.96%-
HSV(B)352.86º54.55%30.2%-
XYZ4.042.932.36-
YUV48.13123.41148.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 50.66%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=50.66%
G=23.03%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77354000.550.480.70352.8637.521.96
Hex4D232803730461612616
Octal1154350067601065414626
Binary10011011000111010000110111110000100011010110000110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,35,40); }

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

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

 a { background-color: rgb(77,35,40); }

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

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

 span { border-color: rgb(77,35,40); }

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