#492326

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

Shades of Bulgarian Rose #492326

Tints of Bulgarian Rose #492326

Color information

#492326 (or 0x492326) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 23 and 26. RGB value is (73,35,38). Sum of RGB (Red+Green+Blue) = 73+35+38=146 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 73 - color contains mainly: red. Hex color #492326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492326 is #B6DCD9. Grayscale: #2E2E2E. Windows color (decimal): -11984090 or 2499401. OLE color: 2499401.

HSL color Cylindrical-coordinate representation of color #492326: hue angle of 355.26º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #492326 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB733538-
CMYK00.520.480.71
HSL355.26º35.19%21.18%-
HSV(B)355.26º52.05%28.63%-
XYZ3.72.762.17-
YUV46.7123.09146.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=50%
G=23.97%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73353800.520.480.71355.2635.1921.18
Hex49232603430471632315
Octal1114346064601075434325
Binary10010011000111001100110100110000100011110110001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492326; }

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

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

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

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

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

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

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

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