#4A252B

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

Shades of Bulgarian Rose #4A252B

Tints of Bulgarian Rose #4A252B

Color information

#4A252B (or 0x4A252B) is unknown color: approx Bulgarian Rose. HEX triplet: 4A, 25 and 2B. RGB value is (74,37,43). Sum of RGB (Red+Green+Blue) = 74+37+43=154 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.05% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 74 - color contains mainly: red. Hex color #4A252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A252B is #B5DAD4. Grayscale: #303030. Windows color (decimal): -11918037 or 2827594. OLE color: 2827594.

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

Color convert

RGB743743-
CMYK00.500.420.71
HSL350.27º33.33%21.76%-
HSV(B)350.27º50%29.02%-
XYZ3.922.952.65-
YUV48.75124.76146.01-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 48.05%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 43 (17.19% from 255) = 27.92%
R=48.05%
G=24.03%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74374300.500.420.71350.2733.3321.76
Hex4A252B0322A4715e2116
Octal1124553062521075364126
Binary10010101001011010110110010101010100011110101111010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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