#4C2227

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

Shades of Bulgarian Rose #4C2227

Tints of Bulgarian Rose #4C2227

Color information

#4C2227 (or 0x4C2227) is unknown color: approx Bulgarian Rose. HEX triplet: 4C, 22 and 27. RGB value is (76,34,39). Sum of RGB (Red+Green+Blue) = 76+34+39=149 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.01% from 149); Green value is 34 (13.67% from 255 or 22.82% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2227 is #B3DDD8. Grayscale: #2F2F2F. Windows color (decimal): -11787737 or 2564684. OLE color: 2564684.

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

Color convert

RGB763439-
CMYK00.550.490.70
HSL352.86º38.18%21.57%-
HSV(B)352.86º55.26%29.8%-
XYZ3.922.832.26-
YUV47.13123.41148.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.01%
GREEN value IS 34 (13.67% from 255) = 22.82%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=51.01%
G=22.82%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76343900.550.490.70352.8638.1821.57
Hex4C222703731461612616
Octal1144247067611065414626
Binary10011001000101001110110111110001100011010110000110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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