#4A2528

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

Shades of Bulgarian Rose #4A2528

Tints of Bulgarian Rose #4A2528

Color information

#4A2528 (or 0x4A2528) is unknown color: approx Bulgarian Rose. HEX triplet: 4A, 25 and 28. RGB value is (74,37,40). Sum of RGB (Red+Green+Blue) = 74+37+40=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2528 is #B5DAD7. Grayscale: #303030. Windows color (decimal): -11918040 or 2630986. OLE color: 2630986.

HSL color Cylindrical-coordinate representation of color #4A2528: hue angle of 355.14º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A2528 is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB743740-
CMYK00.500.460.71
HSL355.14º33.33%21.76%-
HSV(B)355.14º50%29.02%-
XYZ3.872.932.37-
YUV48.4123.26146.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.01%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 40 (16.02% from 255) = 26.49%
R=49.01%
G=24.50%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74374000.500.460.71355.1433.3321.76
Hex4A25280322E471632116
Octal1124550062561075434126
Binary10010101001011010000110010101110100011110110001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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