#48262B

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

Shades of Bulgarian Rose #48262B

Tints of Bulgarian Rose #48262B

Color information

#48262B (or 0x48262B) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 26 and 2B. RGB value is (72,38,43). Sum of RGB (Red+Green+Blue) = 72+38+43=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262B is #B7D9D4. Grayscale: #303030. Windows color (decimal): -12048853 or 2827848. OLE color: 2827848.

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

Color convert

RGB723843-
CMYK00.470.400.72
HSL351.18º30.91%21.57%-
HSV(B)351.18º47.22%28.24%-
XYZ3.82.942.65-
YUV48.74124.76144.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.06%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=47.06%
G=24.84%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72384300.470.400.72351.1830.9121.57
Hex48262B02F284815f1f16
Octal1104653057501105373726
Binary1001000100110101011010111110100010010001010111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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