#48252B

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

Shades of Bulgarian Rose #48252B

Tints of Bulgarian Rose #48252B

Color information

#48252B (or 0x48252B) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 25 and 2B. RGB value is (72,37,43). Sum of RGB (Red+Green+Blue) = 72+37+43=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48252B is #B7DAD4. Grayscale: #303030. Windows color (decimal): -12049109 or 2827592. OLE color: 2827592.

HSL color Cylindrical-coordinate representation of color #48252B: hue angle of 349.71º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48252B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB723743-
CMYK00.490.400.72
HSL349.71º32.11%21.37%-
HSV(B)349.71º48.61%28.24%-
XYZ3.772.882.64-
YUV48.15125.1145.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 37 (14.84% from 255) = 24.34%
BLUE value IS 43 (17.19% from 255) = 28.29%
R=47.37%
G=24.34%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72374300.490.400.72349.7132.1121.37
Hex48252B031284815e2015
Octal1104553061501105364025
Binary10010001001011010110110001101000100100010101111010000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48252B; }

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

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

<style>
 a { background-color: #48252B; }

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

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

<style>
 span { border-color: #48252B; }

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

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