#4D2225

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

Shades of Bulgarian Rose #4D2225

Tints of Bulgarian Rose #4D2225

Color information

#4D2225 (or 0x4D2225) is unknown color: approx Bulgarian Rose. HEX triplet: 4D, 22 and 25. RGB value is (77,34,37). Sum of RGB (Red+Green+Blue) = 77+34+37=148 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.03% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 37 (14.84% from 255 or 25% from 148); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2225 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2225 is #B2DDDA. Grayscale: #2F2F2F. Windows color (decimal): -11722203 or 2433613. OLE color: 2433613.

HSL color Cylindrical-coordinate representation of color #4D2225: hue angle of 355.81º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2225 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.70.

Color convert

RGB773437-
CMYK00.560.520.70
HSL355.81º38.74%21.76%-
HSV(B)355.81º55.84%30.2%-
XYZ3.972.862.09-
YUV47.2122.25149.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 52.03%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 37 (14.84% from 255) = 25%
R=52.03%
G=22.97%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77343700.560.520.70355.8138.7421.76
Hex4D222503834461642716
Octal1154245070641065444726
Binary10011011000101001010111000110100100011010110010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D2225; }

 p { color: rgb(77,34,37); }

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

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

 a { background-color: rgb(77,34,37); }

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

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

 span { border-color: rgb(77,34,37); }

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