#48262A

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

Shades of Bulgarian Rose #48262A

Tints of Bulgarian Rose #48262A

Color information

#48262A (or 0x48262A) is unknown color: approx Bulgarian Rose. HEX triplet: 48, 26 and 2A. RGB value is (72,38,42). Sum of RGB (Red+Green+Blue) = 72+38+42=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48262A is #B7D9D5. Grayscale: #303030. Windows color (decimal): -12048854 or 2762312. OLE color: 2762312.

HSL color Cylindrical-coordinate representation of color #48262A: hue angle of 352.94º 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 #48262A is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB723842-
CMYK00.470.420.72
HSL352.94º30.91%21.57%-
HSV(B)352.94º47.22%28.24%-
XYZ3.782.932.56-
YUV48.62124.26144.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 47.37%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 27.63%
R=47.37%
G=25%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72384200.470.420.72352.9430.9121.57
Hex48262A02F2A481611f16
Octal1104652057521105413726
Binary1001000100110101010010111110101010010001011000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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