#4B2527

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

Shades of Bulgarian Rose #4B2527

Tints of Bulgarian Rose #4B2527

Color information

#4B2527 (or 0x4B2527) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 25 and 27. RGB value is (75,37,39). Sum of RGB (Red+Green+Blue) = 75+37+39=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2527 is #B4DAD8. Grayscale: #303030. Windows color (decimal): -11852505 or 2565451. OLE color: 2565451.

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

Color convert

RGB753739-
CMYK00.510.480.71
HSL356.84º33.93%21.96%-
HSV(B)356.84º50.67%29.41%-
XYZ3.932.972.28-
YUV48.59122.59146.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.67%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=49.67%
G=24.50%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75373900.510.480.71356.8433.9321.96
Hex4B252703330471652216
Octal1134547063601075454226
Binary10010111001011001110110011110000100011110110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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