#49262A

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

Shades of Bulgarian Rose #49262A

Tints of Bulgarian Rose #49262A

Color information

#49262A (or 0x49262A) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 26 and 2A. RGB value is (73,38,42). Sum of RGB (Red+Green+Blue) = 73+38+42=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 38 (15.23% from 255 or 24.84% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49262A is #B6D9D5. Grayscale: #303030. Windows color (decimal): -11983318 or 2762313. OLE color: 2762313.

HSL color Cylindrical-coordinate representation of color #49262A: hue angle of 353.14º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49262A is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB733842-
CMYK00.480.420.71
HSL353.14º31.53%21.76%-
HSV(B)353.14º47.95%28.63%-
XYZ3.862.972.56-
YUV48.92124.1145.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 38 (15.23% from 255) = 24.84%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=47.71%
G=24.84%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73384200.480.420.71353.1431.5321.76
Hex49262A0302A471612016
Octal1114652060521075414026
Binary10010011001101010100110000101010100011110110000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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