#4B2528

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

Shades of Bulgarian Rose #4B2528

Tints of Bulgarian Rose #4B2528

Color information

#4B2528 (or 0x4B2528) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 25 and 28. RGB value is (75,37,40). Sum of RGB (Red+Green+Blue) = 75+37+40=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2528 is #B4DAD7. Grayscale: #303030. Windows color (decimal): -11852504 or 2630987. OLE color: 2630987.

HSL color Cylindrical-coordinate representation of color #4B2528: hue angle of 355.26º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B2528 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.71.

Color convert

RGB753740-
CMYK00.510.470.71
HSL355.26º33.93%21.96%-
HSV(B)355.26º50.67%29.41%-
XYZ3.952.972.37-
YUV48.7123.09146.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.34%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=49.34%
G=24.34%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75374000.510.470.71355.2633.9321.96
Hex4B25280332F471632216
Octal1134550063571075434226
Binary10010111001011010000110011101111100011110110001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,37,40); }

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

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

 a { background-color: rgb(75,37,40); }

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

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

 span { border-color: rgb(75,37,40); }

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