#48242A

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

Shades of Bulgarian Rose #48242A

Tints of Bulgarian Rose #48242A

Color information

#48242A (or 0x48242A) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 24 and 2A. RGB value is (72,36,42). Sum of RGB (Red+Green+Blue) = 72+36+42=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 42 (16.80% from 255 or 28% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48242A is #B7DBD5. Grayscale: #2F2F2F. Windows color (decimal): -12049366 or 2761800. OLE color: 2761800.

HSL color Cylindrical-coordinate representation of color #48242A: hue angle of 350º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48242A is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB723642-
CMYK00.50.420.72
HSL350º33.33%21.18%-
HSV(B)350º50%28.24%-
XYZ3.722.812.54-
YUV47.45124.93145.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48%
GREEN value IS 36 (14.45% from 255) = 24%
BLUE value IS 42 (16.80% from 255) = 28%
R=48%
G=24%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72364200.50.420.7235033.3321.18
Hex48242A0322A4815e2115
Octal1104452062521105364125
Binary10010001001001010100110010101010100100010101111010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48242A; }

 p { color: rgb(72,36,42); }

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

<style>
 a { background-color: #48242A; }

 a { background-color: rgb(72,36,42); }

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

<style>
 span { border-color: #48242A; }

 span { border-color: rgb(72,36,42); }

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