#4D252B

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

Shades of Bulgarian Rose #4D252B

Tints of Bulgarian Rose #4D252B

Color information

#4D252B (or 0x4D252B) is unknown color: approx Bulgarian Rose. HEX triplet: 4D, 25 and 2B. RGB value is (77,37,43). Sum of RGB (Red+Green+Blue) = 77+37+43=157 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.04% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 43 (17.19% from 255 or 27.39% from 157); Max value from RGB is 77 - color contains mainly: red. Hex color #4D252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D252B is #B2DAD4. Grayscale: #313131. Windows color (decimal): -11721429 or 2827597. OLE color: 2827597.

HSL color Cylindrical-coordinate representation of color #4D252B: hue angle of 351º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D252B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB773743-
CMYK00.520.440.70
HSL351º35.09%22.35%-
HSV(B)351º51.95%30.2%-
XYZ4.163.082.66-
YUV49.64124.25147.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 49.04%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 43 (17.19% from 255) = 27.39%
R=49.04%
G=23.57%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77374300.520.440.7035135.0922.35
Hex4D252B0342C4615f2316
Octal1154553064541065374326
Binary10011011001011010110110100101100100011010101111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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