#4A2527

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

Shades of Bulgarian Rose #4A2527

Tints of Bulgarian Rose #4A2527

Color information

#4A2527 (or 0x4A2527) is unknown color: approx Bulgarian Rose. HEX triplet: 4A, 25 and 27. RGB value is (74,37,39). Sum of RGB (Red+Green+Blue) = 74+37+39=150 (19% of max value = 765). Red value is 74 (29.30% from 255 or 49.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A2527 is #B5DAD8. Grayscale: #303030. Windows color (decimal): -11918041 or 2565450. OLE color: 2565450.

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

Color convert

RGB743739-
CMYK00.500.470.71
HSL356.76º33.33%21.76%-
HSV(B)356.76º50%29.02%-
XYZ3.852.932.28-
YUV48.29122.76146.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 49.33%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 39 (15.62% from 255) = 26%
R=49.33%
G=24.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74373900.500.470.71356.7633.3321.76
Hex4A25270322F471652116
Octal1124547062571075454126
Binary10010101001011001110110010101111100011110110010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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