#4D2227

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

Shades of Bulgarian Rose #4D2227

Tints of Bulgarian Rose #4D2227

Color information

#4D2227 (or 0x4D2227) is unknown color: approx Bulgarian Rose. HEX triplet: 4D, 22 and 27. RGB value is (77,34,39). Sum of RGB (Red+Green+Blue) = 77+34+39=150 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2227 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2227 is #B2DDD8. Grayscale: #2F2F2F. Windows color (decimal): -11722201 or 2564685. OLE color: 2564685.

HSL color Cylindrical-coordinate representation of color #4D2227: hue angle of 353.02º 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 #4D2227 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB773439-
CMYK00.560.490.70
HSL353.02º38.74%21.76%-
HSV(B)353.02º55.84%30.2%-
XYZ42.872.26-
YUV47.43123.25149.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 51.33%
GREEN value IS 34 (13.67% from 255) = 22.67%
BLUE value IS 39 (15.62% from 255) = 26%
R=51.33%
G=22.67%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77343900.560.490.70353.0238.7421.76
Hex4D222703831461612716
Octal1154247070611065414726
Binary10011011000101001110111000110001100011010110000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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