#4C2226

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

Shades of Bulgarian Rose #4C2226

Tints of Bulgarian Rose #4C2226

Color information

#4C2226 (or 0x4C2226) is unknown color: approx Bulgarian Rose. HEX triplet: 4C, 22 and 26. RGB value is (76,34,38). Sum of RGB (Red+Green+Blue) = 76+34+38=148 (19% of max value = 765). Red value is 76 (30.08% from 255 or 51.35% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 38 (15.23% from 255 or 25.68% from 148); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2226 is #B3DDD9. Grayscale: #2F2F2F. Windows color (decimal): -11787738 or 2499148. OLE color: 2499148.

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

Color convert

RGB763438-
CMYK00.550.50.70
HSL354.29º38.18%21.57%-
HSV(B)354.29º55.26%29.8%-
XYZ3.92.822.17-
YUV47.01122.91148.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 51.35%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 38 (15.23% from 255) = 25.68%
R=51.35%
G=22.97%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76343800.550.50.70354.2938.1821.57
Hex4C222603732461622616
Octal1144246067621065424626
Binary10011001000101001100110111110010100011010110001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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