#4B252B

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

Shades of Bulgarian Rose #4B252B

Tints of Bulgarian Rose #4B252B

Color information

#4B252B (or 0x4B252B) is unknown color: approx Bulgarian Rose. HEX triplet: 4B, 25 and 2B. RGB value is (75,37,43). Sum of RGB (Red+Green+Blue) = 75+37+43=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B252B is #B4DAD4. Grayscale: #313131. Windows color (decimal): -11852501 or 2827595. OLE color: 2827595.

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

Color convert

RGB753743-
CMYK00.510.430.71
HSL350.53º33.93%21.96%-
HSV(B)350.53º50.67%29.41%-
XYZ42.992.65-
YUV49.05124.59146.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 48.39%
GREEN value IS 37 (14.84% from 255) = 23.87%
BLUE value IS 43 (17.19% from 255) = 27.74%
R=48.39%
G=23.87%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75374300.510.430.71350.5333.9321.96
Hex4B252B0332B4715f2216
Octal1134553063531075374226
Binary10010111001011010110110011101011100011110101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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