#492526

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

Shades of Bulgarian Rose #492526

Tints of Bulgarian Rose #492526

Color information

#492526 (or 0x492526) is unknown color: approx Bulgarian Rose. HEX triplet: 49, 25 and 26. RGB value is (73,37,38). Sum of RGB (Red+Green+Blue) = 73+37+38=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492526 is #B6DAD9. Grayscale: #2F2F2F. Windows color (decimal): -11983578 or 2499913. OLE color: 2499913.

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

Color convert

RGB733738-
CMYK00.490.480.71
HSL358.33º32.73%21.57%-
HSV(B)358.33º49.32%28.63%-
XYZ3.762.882.19-
YUV47.88122.43145.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 37 (14.84% from 255) = 25%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=49.32%
G=25%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73373800.490.480.71358.3332.7321.57
Hex49252603130471662116
Octal1114546061601075464126
Binary10010011001011001100110001110000100011110110011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492526; }

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

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

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

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

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

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

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

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