#4B2529

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

Shades of Bulgarian Rose #4B2529

Tints of Bulgarian Rose #4B2529

Color information

#4B2529 (or 0x4B2529) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 25 and 29. RGB value is (75,37,41). Sum of RGB (Red+Green+Blue) = 75+37+41=153 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.02% from 153); Green value is 37 (14.84% from 255 or 24.18% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2529 is #B4DAD6. Grayscale: #303030. Windows color (decimal): -11852503 or 2696523. OLE color: 2696523.

HSL color Cylindrical-coordinate representation of color #4B2529: hue angle of 353.68º 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 #4B2529 is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.71.

Color convert

RGB753741-
CMYK00.510.450.71
HSL353.68º33.93%21.96%-
HSV(B)353.68º50.67%29.41%-
XYZ3.962.982.46-
YUV48.82123.59146.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.02%
GREEN value IS 37 (14.84% from 255) = 24.18%
BLUE value IS 41 (16.41% from 255) = 26.80%
R=49.02%
G=24.18%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75374100.510.450.71353.6833.9321.96
Hex4B25290332D471622216
Octal1134551063551075424226
Binary10010111001011010010110011101101100011110110001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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